<center>
<span id="theText" style="width:100%"><font color=white>
<h3>태그세상 소스천국 태그피아로 오세요.</h32></font>
</span>
</center>
<script>
<!--
/*
Pulsating Text (Chris A e-mail: KilerCris@Mail.com)
Permission granted to Dynamic Drive to feature script in archive
For full source, usage terms, and 100's more DHTML scripts, visit http://dynamicdrive.com
*/
//효과범위를 결정합니다..
var from = 5;
var to = 50;
//얼마나 빠른속도로 왔다갔다 할것인감
var delay = 50;
//color of glow, name or RGB value (example:'#00FF00')
var glowColor = "red";
//NO MORE EDITING!!!
var i = to;
var j = 0;
//can be called here or whenever you want the text to start pulsing
textPulseDown();
function textPulseUp()
{
if (!document.all)
return
if (i < to)
{
theText.style.filter = "Glow(Color=" + glowColor + ", Strength=" + i + ")";
i++;
theTimeout = setTimeout('textPulseUp()',delay);
return 0;
}
if (i = to)
{
theTimeout = setTimeout('textPulseDown()',delay);
return 0;
}
}
function textPulseDown()
{
if (!document.all)
return
if (i > from)
{
theText.style.filter = "Glow(Color=" + glowColor + ", Strength=" + i + ")";
i--;
theTimeout = setTimeout('textPulseDown()',delay);
return 0;
}
if (i = from)
{
theTimeout = setTimeout('textPulseUp()',delay);
return 0;
}
}
//-->
</script>
</center>
<span id="theText" style="width:100%"><font color=white>
<h3>태그세상 소스천국 태그피아로 오세요.</h32></font>
</span>
</center>
<script>
<!--
/*
Pulsating Text (Chris A e-mail: KilerCris@Mail.com)
Permission granted to Dynamic Drive to feature script in archive
For full source, usage terms, and 100's more DHTML scripts, visit http://dynamicdrive.com
*/
//효과범위를 결정합니다..
var from = 5;
var to = 50;
//얼마나 빠른속도로 왔다갔다 할것인감
var delay = 50;
//color of glow, name or RGB value (example:'#00FF00')
var glowColor = "red";
//NO MORE EDITING!!!
var i = to;
var j = 0;
//can be called here or whenever you want the text to start pulsing
textPulseDown();
function textPulseUp()
{
if (!document.all)
return
if (i < to)
{
theText.style.filter = "Glow(Color=" + glowColor + ", Strength=" + i + ")";
i++;
theTimeout = setTimeout('textPulseUp()',delay);
return 0;
}
if (i = to)
{
theTimeout = setTimeout('textPulseDown()',delay);
return 0;
}
}
function textPulseDown()
{
if (!document.all)
return
if (i > from)
{
theText.style.filter = "Glow(Color=" + glowColor + ", Strength=" + i + ")";
i--;
theTimeout = setTimeout('textPulseDown()',delay);
return 0;
}
if (i = from)
{
theTimeout = setTimeout('textPulseUp()',delay);
return 0;
}
}
//-->
</script>
</center>
반응형
'인터넷정보' 카테고리의 다른 글
한 번에 두개창 띄우기 (0) | 2007.10.17 |
---|---|
배경 이미지 랜덤으로.... (0) | 2007.10.17 |
배경 이미지 랜덤으로.... (0) | 2007.10.17 |
날아 뒝기는 스크립트(이미지/글자/문자등) (0) | 2007.10.17 |
날아 뒝기는 스크립트(이미지/글자/문자등) (0) | 2007.10.17 |
깔끔하고 간결한 배너효과의 글자표현 하나 (0) | 2007.10.17 |
상태바 플래시 같은 효과....ㅡㅡ;; (0) | 2007.10.17 |
상태바 플래시 같은 효과....ㅡㅡ;; (0) | 2007.10.17 |
현재 시간과 홈 오픈 날짜 (0) | 2007.10.17 |
현재 시간과 홈 오픈 날짜 (0) | 2007.10.17 |