<script>
var fs=1
var direction="right"
function rollertext(whichone){
var thetext=whichone
for (i=0;i<thetext.length;i++){
document.write(thetext.charAt(i).fontsize(fs))
if (fs<7&&direction=="right")
fs++
else if (fs==7){
direction="left"
fs--
}
else if (fs==1){
direction="right"
fs++
}
else if (fs>1&&direction=="left")
fs--
}
}
rollertext("안녕하세요. TAGPIA에 오신걸 환영합네다...^^*")
</script>
var fs=1
var direction="right"
function rollertext(whichone){
var thetext=whichone
for (i=0;i<thetext.length;i++){
document.write(thetext.charAt(i).fontsize(fs))
if (fs<7&&direction=="right")
fs++
else if (fs==7){
direction="left"
fs--
}
else if (fs==1){
direction="right"
fs++
}
else if (fs>1&&direction=="left")
fs--
}
}
rollertext("안녕하세요. TAGPIA에 오신걸 환영합네다...^^*")
</script>
반응형
'인터넷정보' 카테고리의 다른 글
페이지 로딩시 배경 컬러가 변합니다. (0) | 2007.10.17 |
---|---|
색상표 (0) | 2007.10.17 |
색상표 (0) | 2007.10.17 |
input 안에서 타이핑되는 글자 (0) | 2007.10.17 |
input 안에서 타이핑되는 글자 (0) | 2007.10.17 |
문자 출렁이는 효과 (0) | 2007.10.17 |
페이지 로딩시 트렌제이션 효과(메타태그와 비스무리) (0) | 2007.10.17 |
페이지 로딩시 트렌제이션 효과(메타태그와 비스무리) (0) | 2007.10.17 |
프레임 사용 Tip (0) | 2007.10.17 |
프레임 사용 Tip (0) | 2007.10.17 |