Mazter
Administrator
Dołączył: 12 Lut 2006
Posty: 240
Przeczytał: 0 tematów
Ostrzeżeń: 0/5
|
Wysłany: Pią 15:25, 19 Maj 2006 Temat postu: x |
|
|
<style>
<!--
#glowtext{
filter:glow(color=#FCBF32,strength=6;
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><span id="glowtext"><font size="7"><a href="http://www.master-models.orq.pl" target="_blank">www.master-models.orq.pl</a></font></span>
Post został pochwalony 0 razy
|
|