llevo horas intentando hallar una solución para una simple tabla en Html pero soy incapaz, espero que puedan ayudarme.
El código es:
Código:
He probado este código en IE 5.0, IE 5.5, IE 6.0 y NS 7.0 y funciona perfectamente pero en la versión 6.02 de Netscape me aparece el scroll vertical del navegador que es lo que intento evitar.<TABLE cellpadding="0" cellspacing="0" align="center" width="100%" height="100%" border=1> <TBODY> <TR height="45"> <TD height="45" width="180"> </TD> <TD height="45" width="10"> </TD> <TD height="45" colspan=2> </TD> </TR> <TR height="10"> <TD height="10" width="180"> </TD> <TD height="10" width="10"> </TD> <TD height="10"> </TD> <TD height="10" width="10"> </TD> </TR> <TR height="100%"> <TD height="100%" width="180"> </TD> <TD height="100%" width="10"> </TD> <TD height="100%"> </TD> <TD height="100%" width="10"> </TD> </TR> <TR height="10"> <TD height="10"> </TD> <TD height="10"> </TD> <TD height="10"> </TD> <TD height="10"> </TD> </TR> <TR height="15"> <TD height="15"> </TD> <TD height="15"> </TD> <TD height="15" colspan=2> </TD> </TR> </TBODY> </TABLE>
Espero que puedan ayudarme, un saludo y gracias!!!