alguém sabe fazr o efeito ki tem nesse site aki?
*obs: eh o efeito do mouse em cima das figuras
Efeito
Started By Fulerow_, 11/03/2004, 15:51
3 replies to this topic
#1
Posted 11/03/2004, 15:51
#2
Posted 11/03/2004, 16:37
v c funciona: (eu nem testei)
<script>
/*
Gradual-Highlight Image Script II-
By J. Mark Birenbaum (birenbau@ugrad.cs.ualberta.ca)
Permission granted to Dynamicdrive.com to feature script in archive
For full source to script, visit http://dynamicdrive.com
*/
nereidFadeObjects = new Object();
nereidFadeTimers = new Object();
/* object - image to be faded (actual object, not name);
* destop - destination transparency level (ie 80, for mostly solid)
* rate - time in milliseconds between trasparency changes (best under 100)
* delta - amount of change each time (ie 5, for 5% change in transparency)
*/
function nereidFade(object, destOp, rate, delta){
if (!document.all)
return
if (object != "[object]"){ //do this so I can take a string too
setTimeout("nereidFade("+object+","+destOp+","+rate+","+delta+")",0);
return;
}
clearTimeout(nereidFadeTimers[object.sourceIndex]);
diff = destOp-object.filters.alpha.opacity;
direction = 1;
if (object.filters.alpha.opacity > destOp){
direction = -1;
}
delta=Math.min(direction*diff,delta);
object.filters.alpha.opacity+=direction*delta;
if (object.filters.alpha.opacity != destOp){
nereidFadeObjects[object.sourceIndex]=object;
nereidFadeTimers[object.sourceIndex]=setTimeout("nereidFade(nereidFadeObjects["+object.sourceIndex+"],"+destOp+","+rate+","+delta+")",rate);
}
}
</script>
------------------------------------------------------------
Nome: Rodrigo
Idade: 14
ICQ: 164570058
MSN: xwpxmaster@hotmail.com
E-mail a contato: rodrigo.losso@terra.com.br
Site: LokaHP.cjb.net
------------------------------------------------------------
Nome: Rodrigo
Idade: 14
ICQ: 164570058
MSN: xwpxmaster@hotmail.com
E-mail a contato: rodrigo.losso@terra.com.br
Site: LokaHP.cjb.net
------------------------------------------------------------
#3
Posted 13/03/2004, 14:21
eu colei na tag body no FrontPage e num deu
#4
Posted 13/03/2004, 16:44
eu clikei no link , mas nem abriu ... foi pra pagina do geocites !
...
PerFecT_BoY
PerFecT_BoY
<script language="HTML" design="server">
Sub Application_OnStart()
Application("Nome") = "Bruno Rubi"
Application("Nick") = "PerFecT_BoY"
Application("E-mail") = "brunorubi@terra.com.br"
Application("Msn") = "bruno_rubi@hotmail.com"
End os secion ! Please :
<select-this>Pesquisa Clike Aki</select-this>
</script>
Sub Application_OnStart()
Application("Nome") = "Bruno Rubi"
Application("Nick") = "PerFecT_BoY"
Application("E-mail") = "brunorubi@terra.com.br"
Application("Msn") = "bruno_rubi@hotmail.com"
End os secion ! Please :
<select-this>Pesquisa Clike Aki</select-this>
</script>
2 user(s) are reading this topic
0 membro(s), 2 visitante(s) e 0 membros anônimo(s)










