fade text 로테이팅
<!--1. 아래의 스크립트를 <HEAD></HEAD>사이에 복사해 넣으세요-->
<style type="text/css">
.fade{position:absolute; visibility:hidden; top:48px; width:500px; left:100px; text-align:center; color:ffffff; font-size:24pt;}
</style>
<!--스타일에서 레이어의 위치, 크기등을 설정하세요-->
<script language="javascript">
num=0
function fade() {
if(num==0){document.all.item("first").style.visibility="visible"}
num++
if(num==1){document.all.item("first").style.color="ffffff"}
if(num==2){document.all.item("first").style.color="dddddd"}
if(num==3){document.all.item("first").style.color="bbbbbb"}
if(num==4){document.all.item("first").style.color="999999"}
if(num==5){document.all.item("first").style.color="778877"}
if(num==6){document.all.item("first").style.color="557755"}
if(num==7){document.all.item("first").style.color="335533"}
if(num==8){document.all.item("first").style.color="114411"}
if(num==9){document.all.item("first").style.color="004300"}
if(num==15){document.all.item("first").style.color="114411"}
if(num==16){document.all.item("first").style.color="335533"}
if(num==17){document.all.item("first").style.color="557755"}
if(num==18){document.all.item("first").style.color="778877"}
if(num==19){document.all.item("first").style.color="999999"}
if(num==20){document.all.item("first").style.color="bbbbbb"}
if(num==21){document.all.item("first").style.color="dddddd"}
if(num==22){document.all.item("first").style.color="ffffff"}
if(num==21){document.all.item("first").style.visibility="hidden"; document.all.item("second").style.visibility="visible"}
if(num==24){document.all.item("second").style.color="ffffff"}
if(num==25){document.all.item("second").style.color="dddddd"}
if(num==26){document.all.item("second").style.color="bbbbbb"}
if(num==27){document.all.item("second").style.color="999999"}
if(num==28){document.all.item("second").style.color="778877"}
if(num==29){document.all.item("second").style.color="557755"}
if(num==30){document.all.item("second").style.color="335533"}
if(num==31){document.all.item("second").style.color="114411"}
if(num==32){document.all.item("second").style.color="004300"}
if(num==38){document.all.item("second").style.color="114411"}
if(num==39){document.all.item("second").style.color="335533"}
if(num==40){document.all.item("second").style.color="557755"}
if(num==41){document.all.item("second").style.color="778877"}
if(num==42){document.all.item("second").style.color="999999"}
if(num==43){document.all.item("second").style.color="bbbbbb"}
if(num==44){document.all.item("second").style.color="dddddd"}
if(num==45){document.all.item("second").style.color="ffffff"}
if(num==46){document.all.item("second").style.visibility="hidden"; document.all.item("third").style.visibility="visible"}
if(num==49){document.all.item("third").style.color="ffffff"}
if(num==50){document.all.item("third").style.color="dddddd"}
if(num==51){document.all.item("third").style.color="bbbbbb"}
if(num==52){document.all.item("third").style.color="999999"}
if(num==53){document.all.item("third").style.color="778877"}
if(num==54){document.all.item("third").style.color="557755"}
if(num==55){document.all.item("third").style.color="335533"}
if(num==56){document.all.item("third").style.color="114411"}
if(num==57){document.all.item("third").style.color="004300"}
if(num==63){document.all.item("third").style.color="114411"}
if(num==64){document.all.item("third").style.color="335533"}
if(num==65){document.all.item("third").style.color="557755"}
if(num==65){document.all.item("third").style.color="778877"}
if(num==66){document.all.item("third").style.color="999999"}
if(num==67){document.all.item("third").style.color="bbbbbb"}
if(num==68){document.all.item("third").style.color="dddddd"}
if(num==69){document.all.item("third").style.color="ffffff"}
if(num==70){document.all.item("third").style.visibility="hidden"; document.all.item("fourth").style.visibility="visible"}
if(num==73){document.all.item("fourth").style.color="ffffff"}
if(num==74){document.all.item("fourth").style.color="dddddd"}
if(num==75){document.all.item("fourth").style.color="bbbbbb"}
if(num==76){document.all.item("fourth").style.color="999999"}
if(num==77){document.all.item("fourth").style.color="778877"}
if(num==78){document.all.item("fourth").style.color="557755"}
if(num==79){document.all.item("fourth").style.color="335533"}
if(num==80){document.all.item("fourth").style.color="114411"}
if(num==81){document.all.item("fourth").style.color="004300"}
if(num==87){document.all.item("fourth").style.color="114411"}
if(num==88){document.all.item("fourth").style.color="335533"}
if(num==89){document.all.item("fourth").style.color="557755"}
if(num==90){document.all.item("fourth").style.color="778877"}
if(num==91){document.all.item("fourth").style.color="999999"}
if(num==92){document.all.item("fourth").style.color="bbbbbb"}
if(num==93){document.all.item("fourth").style.color="dddddd"}
if(num==94){document.all.item("fourth").style.color="ffffff"}
if(num==95){document.all.item("fourth").style.visibility="hidden"}
if(num==98){num=0}
setTimeout("fade()",150)
}
</script>
</HEAD>
<!--2. <BODY> 태그내에 onload="" 혹은 onunload 부분이 있으면 복사해 넣으세요-->
<BODY BGCOLOR="#FFFFFF" onLoad="fade()">
<!--3. <BODY></BODY> 부분에 아래의 스크립트를 복사해 넣으세요-->
<div class="fade" id="first">사용자 환경설정이 용이한 FADE 스크립트 입니다</div>
<div class="fade" id="second">마우스 오른쪽 버튼 클릭으로 소스보기를 하셔도 되고</div>
<div class="fade" id="third">브라우저의 소스보기로도 가져가실수 있습니다</div>
<div class="fade" id="fourth">http://www.gachimoa.com</div>
댓글 0
- 전체
- 자유게시판
- 컴퓨터/IT
- 연애/결혼
- 생활지혜/상식
- 홍보팁
- 재테크/카드
- 카페/블로그
- 여행
- 부부생활
- 심리
- 음악/미술
- 법률
- 건강
- 역사
- 인테리어/DIY
- 밀리터리
- 해외직구
- 예능/영화
- 미스테리
- 임신/육아
- 다이어트
- 음식/주방/요리
- 운전/자동차
- 낚시
- 휴대폰
- 운동
- 게임/만화
- 취업/알바/부업
- 사진
- 이사/이민
- 패션/뷰티
- 경제/주식
- 부동산
- 그 외..
| 번호 | 제목 | 글쓴이 |
|---|---|---|
| 3421 | 심장 건강에 좋은 습관 8가지 [1] | 뉴퐁 |
| 3420 | 잠잘 때 왼쪽으로 자면 생기는 신체 변화 7가지 [2] | 뉴퐁 |
| 3419 | 스트레스를 줄이는 놀라운 방법 6가지 [2] | 싹쓰리 |
| 3418 | 여성이 팬티에 대해 알아야 할 7가지 [3] | 싹쓰리 |
| 3417 | 끓였던 물을 또 끓이면 안 되는 이유 [1] | 싹쓰리 |
| 3416 | "치주염 환자, 코로나 감염 땐 사이토카인 폭풍 가능성 높아" [1] | 쌍둥이맘 |
| 3415 | 스마트스토어 상위 노출 꿀팁. 경쟁률 낮은 세부키워드 뽑는 방법 [2] | 나혼자번다 |
| 3414 |
열감지 안면인식 출입관리솔루션 400만원짜리를 40만원에(정부지원사업)
[1] | 나혼자번다 |
| 3413 | 전자렌지요리 만능 레시피 대공개!! [3] | 나혼자번다 |
| 3412 | 식초로 집안을 반짝반짝하게!! 식초 청소법 [4] | 쌍둥이맘 |
| 3411 | 마시고 남은 김빠진 맥주 활용법 [2] | 쌍둥이맘 |
| 3410 | 계란을 먹은 후 절대 바로 먹으면 안되는 것들 | 쌍둥이맘 |
| 3409 | 아주 유용한 커피상식 | 쌍둥이맘 |
| 3408 | 간 건강과 지방간 완화에 아주 효과적인 채소는? [2] | 싹쓰리 |
| 3407 | 골다공증 예방과 뼈에 아주 좋은 음식 8가지 | 싹쓰리 |
| 3406 | 체했을 때, 감기 걸렸을 때, 관절염 통증에는 이것이 최고!! | 싹쓰리 |
| 3405 | 장을 편안하게 하면서 소화를 돕는 식품 5가지 [1] | 싹쓰리 |
| 3404 | 초보운전자가 반드시 알아야 하는 고속도로 운전매너 5 [1] | 싹쓰리 |
| 3403 | 머리카락이나 두피를 상하게 하는 사소한 습관 5 | 라이믹스 |
| 3402 | 어둡고 칙칙한 피부를 환하게 해주는 필수적인 습관 5 | 라이믹스 |