한국어
<!-- 전체 HTML 파일은 다음과 같습니다: --> <!-- http://www.downcodes.com --> <!-- bbs http://www.downcodes.com/bbs--> <html > <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <style> <!-- #tickertape{ position:relative-color:black; ; 너비:400; 높이:12; 글꼴 크기: 9pt} #subtickertape{ background-color:absolute; 테두리: 1px 너비:100 ; 글꼴 계열: "宋体"; 글꼴 크기: 9pt } .subtickertapefont{ 글꼴:bold 9pt "宋体"; color:white; 없음 ; 글꼴 계열: "宋体"; 글꼴 크기: 9pt} --> </style> <title>웹사이트 구축 아카데미 특수 효과 코드->>탐색 스크립트 숨기기</title> </head> <body onload ="if ( document.all||document.layers) {regenerate2();update()}"> <div id="tickertape"> <div id="subtickertape" class="subtickertapefont">초기화...< /div> < /div> <script 언어="JavaScript1.2"> //기본 속도는 4.5초이며 속도를 직접 수정할 수 있습니다. var speed=4500 var news=new Array() news[0]="<a href='index.htm'>이 사이트의 홈페이지</a>" news[1]="<a href='index1.htm ' >시간 및 날짜</a>" news[2]="<a href='index2.htm'>웹 페이지 탐색</a>" news[3]="<a href='index3.htm'> 웹페이지 배경</a>" news[4]="<a href='index4.htm'>페이지 특수 효과</a>" news[5]="<a href='index5.htm'>그래픽 이미지 </a> " news[6]="<a href='index6.htm'>마우스 이벤트</a>" //표시된 정보 내용은 어떤 형식으로든 추가할 수 있습니다. i=0 if (document.all) ticketerobject=document.all.subtickertape.style elseticerobject=document.tickertape.document 함수 regenerate(){ window.location.reload() } 함수 regenerate2(){ if (document.layers) setTimeout("window.onresize=regenerate",450) } function update(){ BgFade(0xff,0xff,0xff, 0x00,0x00,0x00,10); if (document.layers){ document.tickertape.document.subtickertape. document.write('<span class="subtickertapefont">'+news[i]+'</span>') document.tickertape.document.subtickertape.document.close() } else document.all.subtickertape.innerHTML= news[i] if (i<news.length-1) i++ else i=0 setTimeout("update()",speed) } function BgFade(red1, grn1, blu1, red2, grn2, blu2, steps) { sred = red1; sblu = blu1; egrn = grn2; inc = 단계; RunFader(); 1 - epct; if (document.layers) ticketerobject.bgColor = Math.floor(sred * spct + ered * epct)*256*256 + Math.floor(sgrn * spct + egrn * epct)*256 + Math.floor( sblu * spct + eblu * epct); else ticketerobject.groundColor= Math.floor(sred * spct + ered * epct)*256*256 + Math.floor(sgrn * spct + egrn * epct)*256 + Math.floor( sblu * spct + eblu * epct); if ( step < inc ) { setTimeout('RunFader()',50) } </script> </body> </html>