Ver Mensaje Individual
  #3 (permalink)  
Antiguo 17/08/2004, 09:23
Newphp
 
Fecha de Ingreso: mayo-2004
Mensajes: 571
Antigüedad: 20 años
Puntos: 0
aqui tienes el resto del codigo xD me deje la mitad al poner el mensaje xD

Código PHP:
<script language="JavaScript1.2">


function 
high(which2){
theobject=which2
highlighting
=setInterval("highlightit(theobject)",50)
}
function 
low(which2){
clearInterval(highlighting)
if (
which2.style.MozOpacity)
which2.style.MozOpacity=0.3
else if (which2.filters)
which2.filters.alpha.opacity=50
}

function 
highlightit(cur2){
if (
cur2.style.MozOpacity<1)
cur2.style.MozOpacity=parseFloat(cur2.style.MozOpacity)+0.1
else if (cur2.filters&&cur2.filters.alpha.opacity<100)
cur2.filters.alpha.opacity+=10
else if (window.highlighting)
clearInterval(highlighting)
}

</script> 
gracias,la verdad es que me lo hizo un amigo hace muuxo tiempo :D ya que yo en javascript ^^u se poco,mu poco xD pero almenos algo me entiendo :D

haber si hay suerte y lo puedo usar con mozilla