Ce code fonctionne correctement, tu l'as surement coller à un endroit ou il ne fallait pas. Mais ce n'est pas grave.
Dans ton code css tu as ceci qui existe déjà :
- Code: Tout sélectionner
table table table{
border-width: 1px;
border-color: E94E14;
border-style: solid;
}
ajoute ce qui est en rouge :
table table table{
filter:alpha(opacity=90);
-moz-opacity:0.90; opacity:0.90; -khtml-opacity:0.90;
background-color:#36C;
border-width: 1px;
border-color: E94E14;
border-style: solid;
}




