hawkmaster
04-15-2008, 01:34 PM
Hello
I am using the HV menu version 5.5 24 from Ger Versluis.
All is fine.
In the moment I validate all my HTML for correct specifications.
The validator means that there are no "alt" tags for the arrows (tri.gif, tridown.gif)
I tried to add the alt tag in the menu_com.js file like;
...
ImgStr="<img src='"+Arrws[a]+"' width='"+Arrws[a+1]+"' height='"+Arrws[a+2]+"' alt='Arrows'>";
this.CmdLyr.ImgLyr.document.write(ImgStr);
..
But always same message from validator.
any idea?
best regards
hawk
I am using the HV menu version 5.5 24 from Ger Versluis.
All is fine.
In the moment I validate all my HTML for correct specifications.
The validator means that there are no "alt" tags for the arrows (tri.gif, tridown.gif)
I tried to add the alt tag in the menu_com.js file like;
...
ImgStr="<img src='"+Arrws[a]+"' width='"+Arrws[a+1]+"' height='"+Arrws[a+2]+"' alt='Arrows'>";
this.CmdLyr.ImgLyr.document.write(ImgStr);
..
But always same message from validator.
any idea?
best regards
hawk