Stato
Discussione chiusa ad ulteriori risposte.

FratelloDiPeppe

Utente Medio
Autore del topic
5 Ottobre 2006
189
9
Miglior risposta
0
<html>
<head>
<title>Effetto neon by KK</title>

<!-- Inizio Codice -->

<style>

.F1 {filter: glow(Color=#FF8000,Strength=10);
width=450px;
height=200px;}

.F2 {filter: glow(Color=#00FF00,Strength=10);
width=450px;
height=200px;}

.F3 {filter: glow(Color=#0080FF,Strength=10);
width=450px;
height=200px;}

</style>


<script>


var rate = 500




var i = 0
var F = 'F1'
function doThing(){
if (document.getElementById&&document.all) {
ok = true
i++;
if (i==1) F = 'F1'
if (i==2) F = 'F2'
if (i==3) F = 'F3'
YammaYamma.className=F
if (i > 2) i = 0
timer=setTimeout('doThing()', rate)
}
}

</script>
<!-- Fine Codice -->

</head>

<!-- Inizio Codice hakermirko.altervista.org -->


<body bgcolor="#000000" onload="doThing()">

<center>
<table width="200" cellspacing="0" cellpadding="10">
<tr>
<td>
<center>
<font face="Verdana" size="3" color="#FFFFFF">
<p id="YammaYamma">
<b>FreeMaster.it Webmaster Tips and Tricks</b>
</p>
</font>
</center>
</td>
</tr>
</table>
</center>
</body>

</html>

<!-- Fine Codice -->


http://griffinmania.tk[/size=6]
Ragazzi visitatelo è uno tra i miei tanti siti , ma questo è dedicato ai griffin quindi è il migliore!!!!!
fetch2.gif
firefoxumisti.gif
playboy.gif

che%20du%20palle.gif

A e... se avete bisogno di una pass di una email contattatemi... ( grimaldo@hotmail.it )
 
Stato
Discussione chiusa ad ulteriori risposte.