Tema: Firefox
Ver Mensaje Individual
  #1 (permalink)  
Antiguo 07/09/2007, 12:37
Avatar de mdk
mdk
 
Fecha de Ingreso: noviembre-2002
Mensajes: 531
Antigüedad: 22 años, 2 meses
Puntos: 11
Firefox

Como consigo que se vea una capa en firefox si la tengo oculta? este es el codigo que tengo y la linea en rojo es la que me da error.

function VWindow(VTop,VLeft,VWidth,VHeight,VName) {
Obj = document.getElementById(VName);
Obj.style.visibility = 'visible';
Obj.style.top = VTop;
Obj.style.left = VLeft;
Obj.style.width = VWidth;
Obj.style.height = VHeight;
}
function WAdm() {
WHeight = 300;
WWidth = 700;

Vent1 = (document.body.clientHeight / 2) - (WHeight / 2);
Vent2 = (document.body.clientWidth / 2) - (WWidth / 2);

Sb1a = (document.body.clientHeight / 2) - (WHeight / 2) - 20;
Sb1b = (document.body.clientWidth / 2) - (WWidth / 2) - 20;
Sb1c = WWidth + 40;
Sb1d = WHeight + 40;
VWindow(Sb1a,Sb1b,Sb1c,Sb1d,"Sb1");
VWindow(0,0,document.body.scrollWidth,document.bod y.scrollHeight,"fondo");
VWindow(Vent1,Vent2,WWidth,WHeight,"Ventana");
}
__________________
SoY Lo Ke VeS iNKLuSo KuAnDo No Me VeS ;)