<style>body{background-color:#000000;}</STYLE> <script> function init() { size=1; FontSize = 'textShadow.style.fontSize=size'; zoomIn(); } function zoomIn() { if (size < 110) { /* 글자의 최종 크기 */ eval(FontSize); size += 10; /* 글자가 커지는 속도 */ timer = setTimeout("zoomIn()",1); } else clearTimeout(timer); } </script> </head> <body onLoad=init()> <span id=textShadow style="position:absolute;top:100;left:80; width:900;font-size:1pt;font-family:'Arial black',Garamond;color:#c0c0c0;filter:shadow(color=#ffffff,direction=135)"> oxtag.com<!-- 여기에 문장 입력 --> </span> |
반응형
'인터넷정보' 카테고리의 다른 글
글자가 점점 커지면서 없어지기 (0) | 2007.10.18 |
---|---|
박스안에서 회전하는 이미지 - 배너등 쓰면 유용 (0) | 2007.10.18 |
박스안에서 회전하는 이미지 - 배너등 쓰면 유용 (0) | 2007.10.18 |
날마다 바귀는 속담 - 매일 랜덤 (0) | 2007.10.18 |
날마다 바귀는 속담 - 매일 랜덤 (0) | 2007.10.18 |
글자가 커지는 스크립트 (동적) (0) | 2007.10.18 |
윈도우 타이틀바에 현재 시간 출력하기 (0) | 2007.10.18 |
윈도우 타이틀바에 현재 시간 출력하기 (0) | 2007.10.18 |
쇼핑몰이나 여행사의 검색에서 쓸수있는 달력 (0) | 2007.10.18 |
쇼핑몰이나 여행사의 검색에서 쓸수있는 달력 (0) | 2007.10.18 |