Tengo este código en unos "div" , que coloca 3 cajas div una al lado de la otra, y solo el IE6 no lo hace y las deja verticales.
Código HTML:
.boxes{margin:0px 0px 1px 0px; float:left}
Código HTML:
<div class="boxes"> <table id="Box 1" width="199" height="205" border="0" cellpadding="0" cellspacing="0"> <tr> <td colspan="3"> <img src="images/box1_01.png" width="199" height="178" alt=""></td> </tr> <tr> <td rowspan="2"> <img src="images/box1_02.png" width="72" height="27" alt=""></td> <td> <a href="date.php"><img src="images/box1_03.png" alt="" width="60" height="17" border="0"></a></td> <td rowspan="2"> <img src="images/box1_04.png" width="67" height="27" alt=""></td> </tr> <tr> <td> <img src="images/box1_05.png" width="60" height="10" alt=""></td> </tr> </table> </div> <div class="boxes"> <table id="Box 2" width="199" height="205" border="0" cellpadding="0" cellspacing="0"> <tr> <td colspan="3"> <img src="images/box2_01.gif" width="199" height="178" alt=""></td> </tr> <tr> <td rowspan="2"> <img src="images/box2_02.gif" width="71" height="27" alt=""></td> <td> <a href="take_notes.php"><img src="images/box2_03.png" alt="" width="62" height="16" border="0"></a></td> <td rowspan="2"> <img src="images/box2_04.gif" width="66" height="27" alt=""></td> </tr> <tr> <td> <img src="images/box2_05.gif" width="62" height="11" alt=""></td> </tr> </table> </div> <div class="boxes"> <table id="Box 3" width="199" height="205" border="0" cellpadding="0" cellspacing="0"> <tr> <td colspan="3"> <img src="images/box3_01.gif" width="199" height="178" alt=""></td> </tr> <tr> <td rowspan="2"> <img src="images/box3_02.gif" width="71" height="27" alt=""></td> <td> <img src="images/box3_03.png" width="62" height="16" alt=""></td> <td rowspan="2"> <img src="images/box3_04.gif" width="66" height="27" alt=""></td> </tr> <tr> <td> <img src="images/box3_05.gif" width="62" height="11" alt=""></td> </tr> </table> </div>