»
EnglishFrenchVietnamese

Print - Glowing Text Intro effect - JavaScriptBank.com

Full version: jsB@nk » Text » Fade-Glow » Glowing Text Intro effect
URL: https://www.javascriptbank.com/glowing-text-intro-effect.html

Glowing Text Intro effect © JavaScriptBank.comGlowing Text Intro splash page style effect to add to your site.

Full version: jsB@nk » Text » Fade-Glow » Glowing Text Intro effect
URL: https://www.javascriptbank.com/glowing-text-intro-effect.html



CSS
<STYLE type=text/css>B {VISIBILITY: hidden}A .cont{COLOR: white; HEIGHT: 50px; POSITION: relative; TEXT-DECORATION: none; VISIBILITY: hidden; WIDTH: 50px}A:hover {FILTER: glow(color=white); HEIGHT: 50px; POSITION: relative; WIDTH: 50px}</STYLE><!--    This script downloaded from www.JavaScriptBank.com    Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->


JavaScript
<SCRIPT language=JavaScript type=text/javascript><!--var text=new Array();var count=0,cnt=0,counter=0,c=0,cn=0;text=["JavaScript","Effects","Rule!!!","get<b>_</b>ready<b>_</b>to","Enter<b>_</b>Another<b>_</b>World"];function main(){var spans=document.getElementById('sid0');if(count<255) {   spans.innerHTML=text[cnt];     spans.style.color="rgb("+count+","+count+","+count+")"; count+=10; } else if(cnt<text.length-1) {  cnt++;count=0; } else if(counter<100) {  with(spans.style){  filter="glow(color=black)";fontSize="20px";}  spans.innerHTML="";var br=document.getElementsByTagName('br');if(c<br.length){    document.body.removeChild(br[c]);c++;}if(spans.innerHTML==""){ document.getElementById('sid0').style.display="none";}document.getElementById('ahid0').style.fontSize=80;document.getElementById('ahid0').style.filter="glow(color=red,strength="+counter+")";document.getElementById('ahid0').onmousedown="location.href='http://jsbank.topcities.com'";counter+=10; } else {  var b=document.getElementsByTagName('b');if(cn<b.length){ b[cn].style.display="none"; cn++;}  document.getElementById('ahid0').style.filter="glow(color=red,strength=0)";     document.getElementById('ahid0').style.visibility="visible";document.getElementById('ahid0').style.backgroundColor="red"; } setTimeout("main();",20);}//--></SCRIPT><!--    This script downloaded from www.JavaScriptBank.com    Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->


HTML
<BODY onload=main()><A href="http://JavaScriptBank.com" class=cont style="BACKGROUND-COLOR: transparent; COLOR: gray; VISIBILITY: visible">~<B style="visibilty: hidden">_</B>Skip<B style="visibilty: hidden">_</B>Intro<B style="visibilty: hidden">_</B>~</A> <BR><BR><BR><SPAN id=sid0 style="FILTER: glow(strength=10); FONT-SIZE: 70px; HEIGHT: 250px; WIDTH: 230px; Z-INDEX: 1"></SPAN><BR><BR><BR><A href="http://JavaScriptBank.com" id=ahid0>E<B onclick="location.href='http://JavaScriptBank.com'">_</B>N<B onclick="location.href='http://JavaScriptBank.com'">_</B>T<B onclick="location.href='http://JavaScriptBank.com'">_</B>E<B onclick="location.href='http://JavaScriptBank.com'">_</B>R</A></BODY><!--    This script downloaded from www.JavaScriptBank.com    Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->