Roccova scriptovna

 

Do sekce <BODY> umístěte:

<style>
<!--
#glowtext{
filter:glow(color=red,strength=3);
width:100%;
}
-->
</style>

<script language="JavaScript1.2">

function glowit(which){
if (document.all.glowtext[which].filters[0].strength==3)
document.all.glowtext[which].filters[0].strength=2
else
document.all.glowtext[which].filters[0].strength=3
}

function glowit2(which){
if (document.all.glowtext.filters[0].strength==3)
document.all.glowtext.filters[0].strength=2
else
document.all.glowtext.filters[0].strength=3
}

function startglowing(){
if (document.all.glowtext&&glowtext.length){
for (i=0;i<glowtext.length;i++)
eval('setInterval("glowit('+i+')",150)')
}
else if (glowtext)
setInterval("glowit2(0)",150)
}

if (document.all)
window.onload=startglowing
</script>


</HEAD>
<body bgcolor="black" textcolor="yellow">

<center>
<br>
<br>
<br>
<br>
<br>
<span id="glowtext"><FONT face="Comic Sans MS" size="15">Roccova scriptovna</FONT></span>
</CENTER>