Bonsoir,
en passant un validateur CSS sur ma css, j'obtiens six erreurs, trois erreurs différentes revenant deux fois :
"La propriété -moz-opacity n'existe pas. : 0.5"
"Erreur lors de l'analyse grammaticale. - opacity=50)"
"La propriété opacity n'existe pas. : 0.5"
"La propriété -moz-opacity n'existe pas. : 0.5"
"Erreur lors de l'analyse grammaticale. - opacity=50)"
"La propriété opacity n'existe pas. : 0.5"
Comment cela se fait-il ? Comment corriger cette chose ?
Pourtant sur ma CSS ça m'parait tout à fait normal :
Modifié par SolykZ (07 Feb 2007 - 22:23)
en passant un validateur CSS sur ma css, j'obtiens six erreurs, trois erreurs différentes revenant deux fois :
"La propriété -moz-opacity n'existe pas. : 0.5"
"Erreur lors de l'analyse grammaticale. - opacity=50)"
"La propriété opacity n'existe pas. : 0.5"
"La propriété -moz-opacity n'existe pas. : 0.5"
"Erreur lors de l'analyse grammaticale. - opacity=50)"
"La propriété opacity n'existe pas. : 0.5"
Comment cela se fait-il ? Comment corriger cette chose ?
Pourtant sur ma CSS ça m'parait tout à fait normal :
#colonnecentrale a:hover img, #colonnecentrale a:active img, #colonnecentrale a:focus img
{
-moz-opacity:0.5;
border: 2px solid #AEAEAE;
filter:alpha(opacity=50);
opacity: 0.5;
}
#colonnecentrale table tbody tr td a:hover img, #colonnecentrale table tbody tr td a:active img, #colonnecentrale table tbody tr td a:focus img
{
-moz-opacity:0.5;
border: 2px solid #AEAEAE;
filter:alpha(opacity=50);
opacity: 0.5;
}
Modifié par SolykZ (07 Feb 2007 - 22:23)