Skip to content

GuitarMania

2001.03.19 22:55

글자 계속 바꿔보자~!

(*.55.91.229) 조회 수 8512 댓글 0



















 






<html><br><head><br></head><br><body><br><div
id="txtObj" style="width:411px; height:50px; position:absolute;
left:179px; top:69px; z-index:10;"></div>
<br><script
language="javascript"><br>var txt=new Array();<br>
txt[0]='<span
style=color:deeppink;filter:shadow(color=pink);height:10px><font
face=가을체>http://www.nblood.com</font></span>';<br>txt[1]='<span
style=color:white;filter:glow(color=crimson);height:10><h3>앙...오널
넘 추버염... ㅜ.ㅜ</span></h3>';<br>txt[2]='<span
style="font:10pt 굴림;color:red">모기 얼어죽을꺼 가타여...</span>';<br>txt[3]='<span
style=color=white;filter=glow(color=5f9ea0);height=10px><h3>욜분덜앙...감기저심^^*</h3></span>';<br>txt[4]='<span
style=color:yellow;filter:glow(color=green);height:10px><h3><b>난
튀는게 저앙~ ㄲㅑ ~~</b></h3></span>';
<br>var
index=-1;<br>var interval=5;<br>function txtBanner(){<br>index ++;<br>if
(index==0)<br>txtObj.innerHTML=txt[index];<br>else if(index==1)<br>txtObj.innerHTML=txt[index];<br>else
if(index==2)<br>txtObj.innerHTML=txt[index];<br>else if(index==3)<br>txtObj.innerHTML=txt[index];<br>else
{<br>txtObj.innerHTML=txt[index];<br>index=-1;<br>}<br>window.setTimeout("txtBanner();",interval*500);<br>}<br>window.onload=txtBanner;<br></script>
<br></body><br></html>



안냐세염...^^*  이번엔 일정시간을 두고 바뀌는
텍스트예요.<br>글자크기나 색깔 효과까지 맘대로 줄 수 있어여... 저쳐???


<div
id="txtObj" style="width:500px; height:50px; position:absolute;
left:130px; top:100px; z-index:10;"></div><br>
이건
레이어 태그예요.  이 레이어 안에 글자가 떠요.  
left:130px; top:100px; 이 수치로 위치조정


그리고 진한 분홍글씨에서 글자를
바꾸시면 되어염..<br>
txt[0]='<span
style="font:크기 글씨체;color:색깔">나타낼 글자</span>';
<br>위에
소스에서 보시면 아시겠죠?     여기에서 사용한
필터효과 글씨는 예전에 알려드렸어요. (27번글)


window.setTimeout("txtBanner();",interval*500);<br>문장이
바뀌는 시간이예염... 수치가 클수록 시간간격은 커집니다.<br><br>현재
txt[0] ~ txt[4] 까지 5개의 문장으로 했어요.<br>문장을 줄이거나 늘리시려면
조건문을 조금 수정하셔야 해요.   최대한 쉽게 설명해 볼께염...
잘 보세요...^^;


-----------------------------------------------------------------------------------------------------------


만약 문장이 4개일 때...txt[0]부터
txt[3] 까지 이고 조건문에서 <br>else
if(index==3)<br>txtObj.innerHTML=txt[index];  이 부분을 지워주세요.
  아래 소스<br>
<br><script
language="javascript"><br>var txt=new Array();<br>txt[0]='<span
style=color:deeppink;filter:shadow(color=pink);height:10px><font
face=가을체>http://www.nblood.com</font></span>';<br>txt[1]='<span
style=color:white;filter:glow(color=crimson);height:10><h3>앙...오널
넘 추버염... ㅜ.ㅜ</span></h3>';<br>txt[2]='<span
style="font:10pt 굴림;color:red">모기 얼어죽을꺼 가타여...</span>';<br>txt[3]='<span
style=color=white;filter=glow(color=5f9ea0);height=10px><h3>욜분덜앙...감기저심^^*</h3></span>';<br>var
index=-1;<br>var interval=4;<br>function txtBanner(){<br>index ++;<br>if
(index==0)<br>txtObj.innerHTML=txt[index];<br>else if(index==1)<br>txtObj.innerHTML=txt[index];<br>else
if(index==2)<br>txtObj.innerHTML=txt[index];<br>else
{<br>txtObj.innerHTML=txt[index];<br>index=-1;<br>}<br>window.setTimeout("txtBanner();",interval*500);<br>}<br>window.onload=txtBanner;<br></script>


-----------------------------------------------------------------------------------------------------------


만약 문장이 6개일 때...txt[0]부터
txt[5] 까지 이고 조건문에서 <br>else
if(index==4)<br>txtObj.innerHTML=txt[index];  이 부분을 추가해
주세요.   아래 소스<br>
<br><script
language="javascript"><br>var txt=new Array();<br>txt[0]='<span
style=color:deeppink;filter:shadow(color=pink);height:10px><font
face=가을체>http://www.nblood.com</font></span>';<br>txt[1]='<span
style=color:white;filter:glow(color=crimson);height:10><h3>앙...오널
넘 추버염... ㅜ.ㅜ</span></h3>';<br>txt[2]='<span
style="font:10pt 굴림;color:red">모기 얼어죽을꺼 가타여...</span>';<br>txt[3]='<span
style=color=white;filter=glow(color=5f9ea0);height=10px><h3>욜분덜앙...감기저심^^*</h3></span>';<br>txt[4]='<span
style="font:10pt 굴림;color:red">모기 얼어죽을꺼 가타여...</span>';<br>txt[5]='<span
style="font:10pt 굴림;color:red">모기 얼어죽을꺼 가타여...</span>';<br>var
index=-1;<br>var interval=6;<br>function txtBanner(){<br>index ++;<br>if
(index==0)<br>txtObj.innerHTML=txt[index];<br>else if(index==1)<br>txtObj.innerHTML=txt[index];<br>else
if(index==2)<br>txtObj.innerHTML=txt[index];<br>else
if(index==3)<br>txtObj.innerHTML=txt[index];<br>else
if(index==4)<br>txtObj.innerHTML=txt[index];<br>else
{<br>txtObj.innerHTML=txt[index];<br>index=-1;<br>}<br>window.setTimeout("txtBanner();",interval*500);<br>}<br>window.onload=txtBanner;<br></script>



snowdrowb@nblood.com<br>http://www.nblood.com





?

  1. 자바스크립트 새창띄우기

    Date2001.03.19 By고정석 Views5755
    Read More
  2. 정천식 선생님, 혹은 다른 LP-> CD 녹음 경험있으신 분들, 질문 있습니다!

    Date2004.04.23 Byjazzman Views5753
    Read More
  3. SONY, 1GB 기록가능한 MD신규격 Hi-MD 발표

    Date2004.01.09 By고정석 Views5753
    Read More
  4. 파일 공유사이트에 관하여

    Date2004.01.30 By고정석 Views5744
    Read More
  5. body bgcolor 이벤트

    Date2001.03.19 By고정석 Views5744
    Read More
  6. cd 음악을 게시판에 올리려면

    Date2004.03.30 By초보 Views5708
    Read More
  7. md 녹음관련 질문이 있습니다o_o;

    Date2003.11.27 Byㅇㅇ Views5694
    Read More
  8. 타브제작법 ㅠ

    Date2005.06.21 ByHJK Views5680
    Read More
  9. 쿠키를 이용한 방문횟수와 환영메세지(창으로)

    Date2001.03.19 By고정석 Views5675
    Read More
  10. md의 음악을 스피커로 출력할 수 있나여?

    Date2003.07.25 By간절한 Views5673
    Read More
  11. 녹음 방법에 대한 종류에대한 질문입니다.

    Date2005.08.26 By엽기기타 Views5663
    Read More
  12. 인터넷 방송하기

    Date2002.05.28 By고정석 Views5654
    Read More
  13. 파일사이즈 작고 성능 좋은 메트로놈

    Date2001.08.24 By고정석 Views5645
    Read More
  14. 도와주세요...앙코르 4.5.5프로그램 사용자인데 한영변환이 안돼요 ㅠㅠ

    Date2017.12.20 By달의 궁전 Views5635
    Read More
  15. 녹음을 위해 md사려구요 알려주세요~

    Date2004.09.01 Byrutyco Views5632
    Read More
  16. 폼메뉴 만들기

    Date2001.03.19 By고정석 Views5631
    Read More
  17. 바탕화면 - 1024*768

    Date2004.06.12 By Views5607
    Read More
  18. 사진 무료로 스캔해주는 싸이트...

    Date2001.03.19 By고정석 Views5607
    Read More
  19. !![강충]real 파일들을 Winamp 에서 돌아가게 해주는 프로그램!!

    Date2001.07.19 By아따보이 Views5606
    Read More
  20. 강력한 사운드 편집 툴 &quot;GoldWave&quot; v4.26

    Date2002.05.22 By고정석 Views5601
    Read More
  21. 음악감상 플레이어 만들기

    Date2001.03.19 By고정석 Views5594
    Read More
  22. 이미지 뽀샤시 하게 해보장^^* (Alpha)

    Date2001.03.19 By고정석 Views5592
    Read More
  23. 이미지 쉽게 줄이기

    Date2004.07.26 Bycitara Views5589
    Read More
  24. mpc코덱필요하신분[윈앰프용]

    Date2005.02.03 By조승혁 Views5581
    Read More
  25. 앙코르에서 pdf로 변환시 문제점

    Date2005.03.07 By혀기 Views5580
    Read More
  26. 확장자 .pta는 어떻게...

    Date2005.04.14 By솔바람 Views5575
    Read More
  27. [질문] 디지털 6mm 테잎을 컴퓨터 파일과 DVD로 편집해 넣으려 하는데요...

    Date2005.06.05 By한량의꿈 Views5572
    Read More
  28. 자바스크립트를 이용한 브라우저 흔들기

    Date2001.03.19 By고정석 Views5566
    Read More
  29. 무료 계정 ,CGI 정보

    Date2001.07.01 By고정석 Views5561
    Read More
  30. 중주곡을 혼자서 녹음할때는 어떻게 해야하는지요..

    Date2003.03.21 By초보 Views5539
    Read More
  31. 옛날 홈피 저장된 싸이트 아시는 분..

    Date2005.01.25 By궁금이 Views5537
    Read More
  32. Sonic Foudry에 대해 아시는 분?

    Date2004.07.22 BykBk Views5529
    Read More
  33. 녹음에 관한 내용인데요...

    Date2003.05.21 By이정재 Views5517
    Read More
  34. 간단한 키보드프로그램입니다~

    Date2006.02.02 By무명기협 Views5505
    Read More
  35. 한글 파일만 플레이 안될때 해결책

    Date2003.11.28 By한글 Views5503
    Read More
  36. 유튜브 동영상 오류 해결 좀 부탁드려요...

    Date2018.01.01 Byㅎㅂㄱ Views5496
    Read More
  37. 음성 이메일 보낼수 있는 프로그램

    Date2001.03.19 By고정석 Views5490
    Read More
  38. 앙코르..도와주세요..

    Date2004.04.20 By깜띠기 Views5480
    Read More
  39. 녹음시 잡음제거와 리버브?

    Date2003.12.29 By플러스 Views5472
    Read More
  40. 유튜브에서 가수목소리만..

    Date2018.03.17 By소중한 사람 Views5454
    Read More
  41. 음악듣기와 악보 보기에 필수 유틸리티

    Date2002.08.27 By고정석 Views5446
    Read More
  42. 요일별로 배경 바꾸기

    Date2001.03.19 By고정석 Views5436
    Read More
  43. 리얼네트워크, 한국서 MS '끼워팔기'신고... 왜?

    Date2004.11.08 By1000식 Views5431
    Read More
  44. HTML 알짜 TIP

    Date2001.07.30 By고정석 Views5407
    Read More
  45. 즐거운 컴퓨터 게시판에 파일 첨부 어떻게 하죠?(냉무)

    Date2002.04.25 By소소 Views5394
    Read More
  46. 긴 주소 짧게해주는 무료 도메인 제공 사이트

    Date2001.06.30 By고정석 Views5373
    Read More
  47. 기타 연주 녹음시 잡음 없애는 방법...?

    Date2003.06.29 By막둥|| Views5321
    Read More
  48. win xp에서는 encore를 어떻게 사용하는지...

    Date2002.05.23 By지나가면서.. Views5307
    Read More
  49. 국가가 우리를 제한하려 한다면 우리는 저항해야 한다 - 인터넷 규제에 저항하는 방법 (by 바삭바삭한 잉여 CRISP_SURPLUS/2015.03.09)|IT-컴퓨터 관련정보||

    Date2017.06.03 By마스티븐 Views5271
    Read More
  50. Winamp 2.80a Full + WitchBlade

    Date2002.06.14 By고정석 Views5270
    Read More
Board Pagination ‹ Prev 1 2 3 4 5 6 Next ›
/ 6

나눔글꼴 설치 안내


이 PC에는 나눔글꼴이 설치되어 있지 않습니다.

이 사이트를 나눔글꼴로 보기 위해서는
나눔글꼴을 설치해야 합니다.

설치 취소

Designed by sketchbooks.co.kr / sketchbook5 board skin

Sketchbook5, 스케치북5

Sketchbook5, 스케치북5

Sketchbook5, 스케치북5

Sketchbook5, 스케치북5

Powered by Xpress Engine / Designed by hikaru100

abcXYZ, 세종대왕,1234

abcXYZ, 세종대왕,1234