Does anyone know how to include an ADA compliant alt tag to a menu image for IE users?
The menu in question is the larger, 2-button menu towards the bottom of the page:
http://nyccfbtest.info/debates_vg/voter ... index.aspx
username and password: cfbtest
I've experimented with the following to no avail:
aI("image=icon_hp_register.gif; alt=register;
and
aI("image=icon_hp_register.gif alt=register;
and both of the above variations with register in "".
Has anyone else had to use alt tags? Thanks.
alt tag for IE
Try using the title= property in the aI() string. Quotes are not necessary. E.g.,
I also notice that you have your menu styles (menuStyle, submenuStyle, bottomnavStyle) defined twice, once in each menu_data file. Each style should only be defined once.
Cheers,
Kevin
Code: Select all
aI("image=whatever.gif;overimage=whatever_o.gif;title=register;url=whatever.htm;");
Cheers,
Kevin