bonjour,
voila ma css :
et le code qui va avec :
le souci sous ie 6 et 7 c'est que le h1 et le contenu du span n'apparaissent pas...
une idée pour eviter ce bug de ie ?
merci
voila ma css :
/*bloc texte*/
.bloc_txt_content_ht{
background-image: url(../images/deco/bg_bloc_gen_ht.gif);
background-repeat: no-repeat;
background-position: left top;
margin: 25px 0 0 0;
padding: 0;
}
.bloc_txt_content_bas{
margin: 0;
padding: 5px;
background-image: url(../images/deco/bg_bloc_gen_bas.gif);
background-repeat: no-repeat;
background-position: left bottom;
height: auto;
}
.bloc_txt{
background-image: url(../images/deco/bg_bloc_zebra_rp.gif);
background-repeat: repeat;
background-position: left top;
padding: 2px;
margin: 10px;
}
.bloc_txt p{
padding: 15px 0;
background-image: url(../images/deco/puce_texte_gen_bottright.gif);
background-repeat: no-repeat;
background-position: right bottom;
margin: 0;
}
.bloc_txt span{
background-image: none;
font-size: 14px;
margin: 0;
padding: 0;
width: 300px;
}
.bloc_txt a{
color: #E42421;
font-weight: bold;
text-decoration: none;
}
.bloc_txt a:hover{
text-decoration: none;
background-color: #333333;
color: #FFFFFF;
}
et le code qui va avec :
<!--bloc texte -->
<div class="bloc_txt_content_ht">
<div class="bloc_txt_content_bas">
<div class="bloc_txt">
<h1>Contact et Plan</h1>
<span>
<strong>*****</strong><br />
*****************<br />
********<strong>******</strong>
</span>
<h2>Horaires</h2>
<p>
Ouvert du lundi au samedi<br />
<strong>9h30-12h30<br />
13h30-19h00</strong><br />
Fermé le dimanche </p>
</div>
</div>
</div>
<!--fin bloc texte -->
le souci sous ie 6 et 7 c'est que le h1 et le contenu du span n'apparaissent pas...
une idée pour eviter ce bug de ie ?
merci