par
guy » 21 juin 2005, 10:43
Bonjour en lisant un autre post j'ai installé le plugin tidy pour firefox.
J'ai dans mes pages des bloc de ce style
<ul id="ssmenu9" class="ssmenu"
onmouseover="AnnulerCacher();"
onmouseout="CacherDelai();"
onfocus="AnnulerCacher();"
onblur="CacherDelai();">
et tidy rale pour les onblur et onfocus
Code : Tout sélectionner
<...> proprietary attribute "..."
Cause:
The tag contains an attribute that is proprietary to Netscape or Internet Explorer.
Solution:
Most tags have a equivalent in standard HTML or CSS.
Tag
Proprietary attribute
Standard attribute
comment puis je arranger cette erreur ?
Guy
Bonjour en lisant un autre post j'ai installé le plugin tidy pour firefox.
J'ai dans mes pages des bloc de ce style
[php]<ul id="ssmenu9" class="ssmenu"
onmouseover="AnnulerCacher();"
onmouseout="CacherDelai();"
onfocus="AnnulerCacher();"
onblur="CacherDelai();">[/php]
et tidy rale pour les onblur et onfocus
[code] <...> proprietary attribute "..."
Cause:
The tag contains an attribute that is proprietary to Netscape or Internet Explorer.
Solution:
Most tags have a equivalent in standard HTML or CSS.
Tag
Proprietary attribute
Standard attribute[/code]
comment puis je arranger cette erreur ?
Guy