인터넷정보

두 문장이 서서히 바뀌게 하기

알 수 없는 사용자 2007. 10. 18. 14:07
<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>
반응형