Ver Mensaje Individual
  #4 (permalink)  
Antiguo 08/05/2003, 14:55
Avatar de /I-
/I-
 
Fecha de Ingreso: febrero-2003
Ubicación: ='o'=
Mensajes: 103
Antigüedad: 21 años, 2 meses
Puntos: 0
Cita:
Mensaje Original por Cain
¿Netscape soporta celdas vacías?
Hasta donde he probado, no. Y eso debe ser lo que no le funciona al amiguito de acá arriba.
Lo peor es que, al llenar los td's con un espacio indivisible (   ) netscape a veces ignora los backgrounds.

Así que lo recomendable es eso; ocupar las tablas, si, pero con una imagen (digamos, un shim transparente de 1x1 px).


Cita:
<TABLE cellpadding="0" cellspacing="0" align="center" width="100%" height="100%" border=1>
<TBODY>
<TR height="45">
<TD height="45" width="180"><img src="images/shim.gif" width="1" height="1"></TD>
<TD height="45" width="10"><img src="images/shim.gif" width="1" height="1"></TD>
<TD height="45" colspan=2><img src="images/shim.gif" width="1" height="1"></TD>
</TR>
<TR height="10">
<TD height="10" width="180"><img src="images/shim.gif" width="1" height="1"></TD>
<TD height="10" width="10"><img src="images/shim.gif" width="1" height="1"></TD>
<TD height="10"><img src="images/shim.gif" width="1" height="1"></TD>
<TD height="10" width="10"><img src="images/shim.gif" width="1" height="1"></TD>
</TR>
<TR height="100%">
<TD height="100%" width="180"><img src="images/shim.gif" width="1" height="1"></TD>
<TD height="100%" width="10"><img src="images/shim.gif" width="1" height="1"></TD>
<TD height="100%"><img src="images/shim.gif" width="1" height="1"></TD>
<TD height="100%" width="10"><img src="images/shim.gif" width="1" height="1"></TD>
</TR>
<TR height="10">
<TD height="10"><img src="images/shim.gif" width="1" height="1"></TD>
<TD height="10"><img src="images/shim.gif" width="1" height="1"></TD>
<TD height="10"><img src="images/shim.gif" width="1" height="1"></TD>
<TD height="10"><img src="images/shim.gif" width="1" height="1"></TD>
</TR>
<TR height="15">
<TD height="15"><img src="images/shim.gif" width="1" height="1"></TD>
<TD height="15"><img src="images/shim.gif" width="1" height="1"></TD>
<TD height="15" colspan=2><img src="images/shim.gif" width="1" height="1"></TD>
</TR>
</TBODY>
</TABLE>