Ver Mensaje Individual
  #3 (permalink)  
Antiguo 14/04/2005, 08:29
Avatar de Gspr
Gspr
 
Fecha de Ingreso: abril-2005
Ubicación: Colombia
Mensajes: 27
Antigüedad: 19 años, 9 meses
Puntos: 0
la parte del codigo donde sale el error del menu es el sig...

// Create it as a new layer.

if (isMinNS4) {
navBar = new layer(width); //<- en esta linea es el error
navBar.document.writeln(str);
navBar.document.close();
clipLayer(navBar, 0, 0, navBarWidth, getWindowHeight());
}

if (isMinIE4) {
str = '<div id="navBar" style="position:absolute;'
+ ' width:' + navBarWidth + 'px;'
+ ' height:' + (getWindowHeight() - navBarY) + 'px;'
+ ' overflow:hidden;">'
+ str + '</div>\n';

// Insert HTML code at end of page. For IE4, need to scroll window to
// end of page, insert and scroll back to correct bug.

if (!isMinIE5) {
x = getPageScrollX();
y = getPageScrollY();
window.scrollTo(getPageWidth(), getPageHeight());
}
document.body.insertAdjacentHTML("beforeEnd", str);
if (!isMinIE5)
window.scrollTo(x, y);

navBar = getLayer("navBar");
}
}
__________________
:pensando: Quien lo vive es quien lo goza :cool: