Voilà comme vous pouvez le constater sur l'image ci-dessous il y a un problème de CSS entre IE7 et IE8 (et tous les autres navigateurs). Comment faire en sorte que cela s'affiche comme il faut (comme sur ie8) sur ie7?
Merci d'avance
http://img36.imageshack.us/img36/8494/sanstitre2b.jpg
Partie CSS:
Partie HTML:
Merci d'avance
http://img36.imageshack.us/img36/8494/sanstitre2b.jpg
Partie CSS:
.cat_news{
margin-bottom:5px;
margin-top:0px;
height:52px;
width:595px;
}
.titre_cat span{
color: #88bf67;
font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
font-size:18pt;
font-weight:normal;
text-decoration:none;
}
.titre_cat{
padding-bottom:7px;
padding-top:0px;
margin-top:0px;
}
.titre_cat_news{
padding-top:15px;
margin-left:48px;
border-bottom:2px;
border-bottom-color:#090;
border-bottom-style:solid;
width:554px;
}
Partie HTML:
<div class="cat_news"><img src="wp-content/themes/Monje/images/lines.png" width="48" height="52" alt="Toute l'actu" / align="left"><div class="titre_cat_news"><div class="titre_cat"><span>Dernières Actus</span> (Toute catégorie confondue)</div></div></div>