bonjour,
j'ai une différence d'affichage dans mon header. une de mes boxes
ne prend pas la hauteur désirée.
Voici le comparatif ie6/ff & ie5.5
Internet Explorer 5.5
http://www.olivier-films.be/ie5_5.jpg
Internet Explorer 6.0 / Firefox
http://www.olivier-films.be/ie6_ff.jpg
j'ai un hack pour mon width, mais je ne sais pas comment faire pour mon height
merci pour votre avis!
et voici mon code css
j'ai une différence d'affichage dans mon header. une de mes boxes
ne prend pas la hauteur désirée.
Voici le comparatif ie6/ff & ie5.5
Internet Explorer 5.5
http://www.olivier-films.be/ie5_5.jpg
Internet Explorer 6.0 / Firefox
http://www.olivier-films.be/ie6_ff.jpg
j'ai un hack pour mon width, mais je ne sais pas comment faire pour mon height
merci pour votre avis!
et voici mon code css
div#bio_intro {width:515px; height:95px; background:#f55a27; color:white } /* width:515px; height:95px */
* html div#bio_intro /* this is recognized by IE only */
{
width: 515px; /* total width, only for IE5.x/Win */
height: 75px;
w\idth: 495px;
}
div#bio_intro
{
padding: 10px;
width: 495px; /* content width for other browsers */
height: 75px;
}