Alignement dans tableau Firefox
Bonjour à tous ;o)
Je programme le site d'une agence de prestation immobilière et j'ai un dernier soucis : j'ai créé un tableau pour y inserer mon menu. Celui ci est composé de 3 cases : une qui contient une anim.flash, une qui contient une Iframe, une qui contient une autre anim Flash.
Sous Safari, IE, j'obtient :
http://img170.imageshack.us/img170/7788/ex2dn3.jpg
et sous firefox :
http://img168.imageshack.us/img168/9869/ex1mu5.jpg
...Beurk
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
| <table id="Tableau_01" width="955" height="126" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="245" height="126">
<param name="movie" value="menu/menu-gauche.swf">
<param name="quality" value="high">
<embed src="menu/menu-gauche.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="245" height="126"></embed>
</object></td>
<td>
<iframe src="menu/new-menu_02.html" name="menu" width=358 height=126> </iframe></td>
<td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="352" height="126" hspace="0" vspace="0">
<param name="movie" value="menu/menu-droit.swf">
<param name="quality" value="high">
<embed src="menu/menu-droit.swf" width="352" height="126" hspace="0" vspace="0" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>
</object></td>
</tr>
</table> |
Vous avez une idée de ce qui peut clocher ?
Merci d'avance, beaucoup :)