Bonjour a tous , j'ai fais un petit header pour mon forum je lais coder aprer l'avoir découper mais le prob c'est que sur firefox nickel mais ie sa bug .

Voici le code :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<div align="center">
  <table width="1066" border="0" cellpadding="0" cellspacing="0">
    <tr>
      <td colspan="3"><img src="header/menu1.png" width="1063" height="45"></td>
    </tr>
    <tr>
      <td width="187"><img src="header/menu2.png" width="187" height="105"></td>
      <td width="719" background="header/menu-fond.png"><table width="544" height="105" border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td width="120"><img src="header/site.png" width="120" height="105"></td>
          <td width="120"><img src="header/forum.png" width="120" height="105"></td>
          <td width="120"><img src="header/membres.png" width="120" height="105"></td>
          <td width="120"><img src="header/faq.png" width="120" height="105"></td>
          <td width="32"><if condition="$show['member']"><a href="usercp.php$session[sessionurl_q]"><img src="header/profil" border="0"></a> </if></td>
          <td width="32"><if condition="$show['member']"><a href="login.php?$session[sessionurl]do=logout&amp;logouthash=$bbuserinfo[logouthash]" onClick="return log_out()"><img src="header/deco" border="0"></a> </if></td>
</tr>
      </table></td>
      <td width="160"><img src="header/menu3.png" width="157" height="105"></td>
    </tr>
    <tr>
      <td colspan="3"><img src="header/menu4.png" width="1063" height="48"></td>
    </tr>
  </table>
</div>
Comment faire pour que sa marche sur les 2 ?
Merci d'avence pour vos réponsses .