Código :
<table width="650" border="0" cellspacing="0" cellpadding="0" style="border:1px solid black;"> <!-- Contenido #1 --> <tr id="content_mist"> <td> <table id="table_mist"> <tr id="title_mist"> <td><?=$result['title'];?></td> </tr> <tr id="body_mist"> <td align="center"><img src="<?php $result['screenshot']?>"></td> </tr> <tr> <td id="price_mist"><?php result['price'] ?></td> </tr> </table> </td> </tr> <!-- Contenido #2 -> <tr id="content_mist"> <td> <table id="table_mist"> <tr id="title_mist"> <td><?=$result['title'];?></td> </tr> <tr id="body_mist"> <td align="center"><img src="<?php $result['screenshot']?>"></td> </tr> <tr> <td id="price_mist"><?php result['price'] ?></td> </tr> </table> </td> </tr> <!-- Contenido #3 --> <tr id="content_mist"> <td> <table id="table_mist"> <tr id="title_mist"> <td><?=$result['title'];?></td> </tr> <tr id="body_mist"> <td align="center"><img src="<?php $result['screenshot']?>"></td> </tr> <tr> <td id="price_mist"><?php result['price'] ?></td> </tr> </table> </td> </tr> </table>
Bueno la cosa es que deve mostrarse en forma de tres cuadros por lineas, pero esto si funciona pero solo con IE6 no lo hace.
tambien les mustro el CSS:
Código :
<style> #table_mist { background:#FFFFFF; border:1px solid #999999; height:230px; width:191px; } #title_mist { height:32px; width:186px; background: url(../images/title.jpg) no-repeat; text-transform:uppercase; font-weight:bold; text-align:center; color:#333333; border:1px solid #0087AE; cursor:default; } #price_mist { height:32px; background: url(../images/price.jpg) no-repeat; width:186px; color:#333333; text-align:center; text-transform:uppercase; font-weight:bold; cursor:default; } #body_mist { height:180px; width:186px; background:#FFFFFF; text-align:center; } #content_mist { float:left; display:inline; margin:5px; text-align:center; } </style>
Bueno se darán cuenta que esto es muy simple, ya que solo son tablas y un poco de CSS.
Espero que alguien sepa cual es el error que he cometido.
