<html>
<head>
<script>
function filterApply() {
blendTrans.filters[0].Apply();
blendTrans.innerHTML = "<h2>TagPia</h2>";
blendTrans.filters[0].Play(5);
}
</script>
</head>
<body onLoad="filterApply();">
<DIV ID="blendTrans"  STYLE="width:328px; height:100px; position:absolute; left:180px; top:70px; z-index:1; filter: blendTrans(duration=8)">
<H2 CLASS=before>
<font color="red">태그피아</font>
</H2>
</DIV>
</body>
</html>
Posted by 알 수 없는 사용자
,