j'ai un problème sous IE de hauteur
Sous Opéra et FF c'est parfait
http://creatif-web.be/marguerite/index.php
Donc cette règles IE à du mal avec
Code : Tout sélectionner
#conteneur_panneau h3Code : Tout sélectionner
#conteneur_panneau h3Code : Tout sélectionner
#conteneur_panneau h1Code : Tout sélectionner
#conteneur_panneau{ background: url(../img/repeat_x.png) top repeat-x; height:50px;
/* on descend le tout*/
margin-top:35px;}
#conteneur_panneau h1{float: left; width: 201px; height: 58px; background: transparent url(../img/haut_panneau_menu.png) top left no-repeat;}
#conteneur_panneau h2{ width:547px; height:58px; float:right; top:0px; background:url(../img/bas_panneau.png) top right no-repeat;}
#conteneur_panneau h3{ display:block; width:497px; height:142px; float:right;
/* on remonte le panneau*/
margin-top:-200px;background:transparent url(../img/encart_05.png) top left no-repeat;}Code : Tout sélectionner
<div id="conteneur_panneau">
<h1>
</h1>
<h2>
</h2>
<h3>
</h3>
</div>Merci d'avance pour toutes les suggestions