Bonjour,
J'arrive à obtenir une boite avec des coins arrondis et fond dégradé sur FF.
Mais sous IE9, les coins arrondis disparaissent si j'applique un gradient au fond
Existe t il une astuce ?
Merci d'avance pour votre aide
J'arrive à obtenir une boite avec des coins arrondis et fond dégradé sur FF.
Mais sous IE9, les coins arrondis disparaissent si j'applique un gradient au fond
.maboite {
/* background-color:#111000; */
border-width:2px;
border-color:#999999;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
line-height:23px;
font-size:1.0em;
width: 120px;
height: 50px;
border-radius: 10px;
}
Existe t il une astuce ?
Merci d'avance pour votre aide