Salut a tous,

j'ai un probleme de height avec IE. En fait j'ai un cadre qui entour un titre. (c'est une image de fond découpé en 3).

Sur ff j'ai un bon affichage:


mais sur IE ca déconne (étonnant non?)


Comme si le height que j'avais défini faisait le double.

Voici le code concerné:
[/img]
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
<div style="margin:0; padding:0; background-image:url(../imagesite/fondtitretop.jpg); line-height: 10px; width: 580px; height:10px; margin-left: auto; margin-right: auto;">
			</div>
			<div style="margin:0; padding:0; background-image:url(../imagesite/fondtitremiddle.jpg); width: 580px; height:auto; margin-left: auto; margin-right: auto;">
				<h1 align="center" style="padding:0; margin:0; "><? echo $titre.' '.$tome;?></h1>
			</div>
			<div style="margin:0; padding:0; background-image:url(../imagesite/fondtitrebottom.jpg); width: 580px; height:10px; line-height: 10px;  margin-left: auto; margin-right: auto;">
			</div>