Ver Mensaje Individual
  #9 (permalink)  
Antiguo 19/12/2008, 18:14
Avatar de Avatar810
Avatar810
 
Fecha de Ingreso: agosto-2007
Ubicación: Por rumbos Regios
Mensajes: 485
Antigüedad: 16 años, 8 meses
Puntos: 23
Respuesta: Alineación vertical en una tabla

prueba esto, le quite el align a la imagen y le agregue el valign a las celdas

<table width="200" border="0" align="center" id="grafico">
<tbody>
<tr align="bottom">
<td align="bottom" id="2" valign="bottom"><img width="12" height="232" src="graficos/azul.jpg"/></td>
<td align="bottom" id="1" valign="bottom"><img width="12" height="232" src="graficos/azul.jpg"/></td>
<td align="bottom" id="0" valign="bottom"><img width="12" height="123" src="graficos/azul.jpg"/></td>
</tr>
</tbody>
</table>
__________________
Una demo siempre funcionará correctamente hasta que toque algo tu (hasta ahora) cliente.
Avatar810