'Blur'에 해당되는 글 1건

  1. 2008.02.19 두문장을 blur 효과주며 보여주기

<STYLE TYPE="text/css">
H2 {font-family: Arial; font-size: 30pt; color: #FF9900; background-color: #ffffff;}
H2.before { color: #FF00FF; background-color: #ffffff;}
</STYLE>

<script>

function filterApply() {
          blendTrans.filters[0].Apply();
          blendTrans.innerHTML = "<h2>아자차카파타하</h2>";
          blendTrans.filters[0].Play(3);
           
}

</script>


<BODY BGCOLOR=#222222 onLoad="filterApply();">

<DIV ID="blendTrans"  STYLE="position: absolute;  width: 300; height: 100; top: 150; left: 180; filter: blendTrans(duration=8)">

<H2 CLASS=before>가나다라마바사</H2>

</DIV>

Posted by 알 수 없는 사용자
,