par
guilt92 » 26 juin 2006, 16:30
Une inversion je crois
pour border c width color style et non pas width style color. Aussi il manque une , entre Arial et sans-serif.
input.submit {
border:1px white solid;
background-color:#AD0808;
font-size:8pt;
font-style:normal;
font-decoration:none;
font-family: Verdana, Arial, sans-serif;
color:#FFFFFF;
}
A essayer...

chez moi ca fonctionne.
Une inversion je crois
pour border c width color style et non pas width style color. Aussi il manque une , entre Arial et sans-serif.
[php]input.submit {
border:1px white solid;
background-color:#AD0808;
font-size:8pt;
font-style:normal;
font-decoration:none;
font-family: Verdana, Arial, sans-serif;
color:#FFFFFF;
}
[/php]
A essayer... ;) chez moi ca fonctionne.