Ver Mensaje Individual
  #2 (permalink)  
Antiguo 06/04/2010, 21:13
Avatar de emiliodeg
emiliodeg
 
Fecha de Ingreso: septiembre-2005
Ubicación: Córdoba
Mensajes: 1.830
Antigüedad: 18 años, 8 meses
Puntos: 55
Respuesta: Ocultar celda...

obvio pq el visibility esconde pero mantiene el lugar asignado, deberias usar display:none

o mejor aun ocultar la columna

<table width="100%" border="1">
<col style="display:none" />
<col align="left" />
<col align="right" />
<tr>
<th>ISBN</th>
<th>Title</th>
<th>Price</th>
</tr>
<tr>
<td>3476896</td>
<td>My first HTML</td>
<td>$53</td>
</tr>
</table>


proba ambos ejemplos
__________________
Degiovanni Emilio
developtus.com