Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:35

alt tag for IE


Poster: dferracci
Dated: Friday August 19 2005 - 21:20:06 BST

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.


Poster: kevin3442
Dated: Friday August 19 2005 - 23:23:26 BST

Try using the title= property in the aI() string. Quotes are not necessary. E.g.,

Code:
aI("image=whatever.gif;overimage=whatever_o.gif;title=register;url=whatever.htm;");


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


Poster: dferracci
Dated: Tuesday August 23 2005 - 15:20:13 BST

Kevin,

Works perfectly! And thanks too for the tip about the menu styles -- I've cleaned that up.