사이트 내 전체검색
[javascript] 두문장이 겹치듯 나오는 스크립트
로빈아빠
https://cmd.kr/javascript/485 URL이 복사되었습니다.

본문

<HEAD>


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

<script>

 function filterApply() {
          blendTrans.filters[0].Apply();
          blendTrans.innerHTML = "<h2>Happy script!</h2>";
          blendTrans.filters[0].Play(5);
           
}

</script>

</HEAD>

<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>Java Script</H2>

</DIV>

</BODY> 
[이 게시물은 VIRHAC님에 의해 2009-09-13 14:38:24 HTML에서 이동 됨]

댓글목록

등록된 댓글이 없습니다.

831 (7/17P)

Search

Copyright © Cmd 명령어 3.142.130.250