[CSS firefox] l attribut width
Bonjour, soit le code suivant:
Code:
1 2 3
| <div class="partiePersonnelTitle">
<a target="_blank" href="pages/sg/sg.html">Services Généraux </a>
</div> |
et la css qui va avec:
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
| .partiePersonnelTitle , .partieDocTitle {
background-image:url(../img/bg/puceTitre2.png) !important;
background-position: left;
background-repeat: no-repeat;
padding-left:20px;
width:100% !important;
}
.partiePersonnelTitle a, .partieDocTitle a{
width:100% !important;
text-decoration:none;
color:#FFFFFF;
background-color:#FF6800;
width:100%;
font-size:16px;
color:#FFFFFF;
font-weight:bold;
text-align:left;
font: Impact, "Times New Roman", Times, serif;
padding-bottom:1px;
} |
avec IE, pas de probleme toute la ligne est colorée en bf color orange...
avec Firefox, c en orange seulement sur la longueur du texte...
y aurait il un moyen de contourner cela?
Merci:aie: