Ver Mensaje Individual
  #5 (permalink)  
Antiguo 25/01/2008, 07:22
Avatar de Panino5001
Panino5001
Me alejo de Omelas
 
Fecha de Ingreso: mayo-2004
Ubicación: -34.637167,-58.462984
Mensajes: 5.148
Antigüedad: 20 años, 7 meses
Puntos: 834
Re: Incompatibilidad con IE

Ahí ya no es problema de js sino de html. Se arregla así:
Código PHP:
<table width="100%">

<
tr>
<
td width="50" align="center"><strong>Orden</strong></td>
<
td align="center" width="100%"><strong>Detalles</strong></td>
<
td width="50" align="center"><strong>Cantidad</strong></td>
<
td width="100" align="center"><strong>Tarifa</strong></td>
<
td width="100" align="center"><strong>Total</strong></td>
<
td width="50">&nbsp;</td>
</
tr>
<
tbody id="tabla">
</
tbody>
</
table
Es decir, agregándole un width a la columna Detalles.