J'ai un petit problème avec ma page :(
J'ai une entête avec une image de fond, sur laquelle je souhaite ajouter un logo, une bannière et un menu.
Pour la bannière et le menu, c'est fait et ça ne pose pas de problème.
Par contre dès que j'essaie d'ajouter le logo à gauche de l'entete, ça me décale tout et ça agrandit la taille totale de mon entete..:(
J'ai cherché mais je ne trouve rien qui fonctionne..
Pour info, sous firefox, ça marche super, mais pas sur IE.
Voila le code de l'entete :
<div id="header">
<table align="left">
<tr>
<td><img src="logo.png" border="0"></td>
</tr>
</table>
<table align="right" border="1">
<tr height="40">
<td> </td>
<td> </td>
</tr>
<tr height="60">
<td><img src="./images/banniere.gif" border="0"></td>
<td width="40"> </td>
</tr>
</table>
<div id="menu">
<table border="0" width="561" height="32" align="right" cellpadding="0" cellspacing="0" class="menu">
<tr>
<td> </td>
<td width="91" class="menuPadding" style="background-image:url(images/boutonPremier.gif);">Accueil</td>
<td width="91" class="menuPadding" style="background-image:url(images/boutonN.gif);">page 0</td>
<td width="91" class="menuPadding" style="background-image:url(images/boutonN.gif);">page1</td>
<td width="91" class="menuPadding" style="background-image:url(images/boutonN.gif);">page 2</td>
<td width="15"> </td>
</tr>
</table>
</div></div>
La partie css :
#header { margin-top: 0px; margin-left: auto; margin-right: auto; margin-bottom:0; height:186px; width: 784px; background-image:url(../images/header.jpg); padding: 0px 0px 0px 0px; margin-top: 0px;}
#banniere { margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom:0px; height: 60px; width: 468px; padding: 0px 0px 0px 0px;}
#menu { margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom:0px; height: 32px; width: 784px; padding: 154px 0px 0px 0px;}
J'espère que vous pourrez m'aider, sous firefox tout est nickel pourtant.. :(
Autre détail aussi, si quelqu'un a la solution, la transparence de mon logo ( en png ) ne fonctionne pas sur IE non plus.
Merci :)
