[javascript] 두문장이 겹치듯 나오는 스크립트
로빈아빠
본문
<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에서 이동 됨]
<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에서 이동 됨]
관련링크
댓글목록
등록된 댓글이 없습니다.