Ver Mensaje Individual
  #2 (permalink)  
Antiguo 20/05/2007, 15:32
Avatar de ZiTAL
ZiTAL
 
Fecha de Ingreso: marzo-2004
Ubicación: Bermio (Bizkaia)
Mensajes: 1.545
Antigüedad: 20 años, 9 meses
Puntos: 62
Re: No funcionan los javascript incluidos en la cabecera <head></head>

Código:
<script type="text/javascript">
  var sfHover;
  sfHover = function() {
    var sfEls = document.getElementById("nav").getElementsByTagName("LI");
    for (var i=0; i<sfEls.length; i++) {
      sfEls[i].onmouseover=function() {
        this.className+=" sfhover";
      }
      sfEls[i].onmouseout=function() {
        this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
      }
    }
  }
  if (window.attachEvent) window.attachEvent("onload", sfHover);
</script>
prueba asi a ver
__________________
http://zital.no-ip.org
____________________

Euskerie ahuen eta bijotzan