Bonjour,
J'ai créé un filet pointillé classique (dotted) mais en affichage dans Explorer 8 (pour changer...), il y a deux filets superposé : un filet linéaire standard et par dessus mon filet pointillé !
Je ne peux trouver la solution à ce problème
CSS
hr.pointille {
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #82764C;
border-top-style: none;
border-right-style: none;
border-left-style: none;
border-top-width: 0px;
border-right-width: 0px;
border-left-width: 0px;
}
HTML
<hr class="pointille" />
Bref, rien de bien mystérieux a priori
J'ai créé un filet pointillé classique (dotted) mais en affichage dans Explorer 8 (pour changer...), il y a deux filets superposé : un filet linéaire standard et par dessus mon filet pointillé !
Je ne peux trouver la solution à ce problème
CSS
hr.pointille {
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #82764C;
border-top-style: none;
border-right-style: none;
border-left-style: none;
border-top-width: 0px;
border-right-width: 0px;
border-left-width: 0px;
}
HTML
<hr class="pointille" />
Bref, rien de bien mystérieux a priori