Ver Mensaje Individual
  #2 (permalink)  
Antiguo 23/04/2011, 11:55
Avatar de gildus
gildus
 
Fecha de Ingreso: agosto-2003
Mensajes: 1.495
Antigüedad: 20 años, 8 meses
Puntos: 105
Respuesta: ayada con galeria en php

Holas,

Revisando con Firebug y que te puede ayudar mucho, hay un error en esta parte:
Código Javascript:
Ver original
  1. startList = function() {
  2. if (document.all&&document.getElementById) {
  3. navRoot = document.getElementById("nav");
  4. for (i=0; i<navRoot.childNodes.length; i++) {
  5. node = navRoot.childNodes;
  6. if (node.nodeName=="LI") {
  7. node.onmouseover=function() {
  8. this.className+=" over";
  9.   }
  10.   node.onmouseout=function() {
  11.   this.className=this.className.replace»
  12.     (" over", "");
  13.    }
  14.    }
  15.   }
  16.  }
  17. }
  18. window.onload=startList;

Linea 11

Saludos
Gildus
__________________
.: Gildus :.