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:17
How to add ALT tag on the menu_data.js?
Poster: fpw138
Dated: Thursday July 29 2004 - 2:12:59 BST
How can I add the alt tag for image tag?
Code:
aI("url=../welcome/welcome.html;image=../images/header/b_welcome1.gif;overimage=../images/header/b_welcome2.gif;");
aI("showmenu=About Us;image=../images/header/b_about1.gif;overimage=../images/header/b_about2.gif;");
aI("showmenu=About Us;image=../images/header/b_about1.gif;overimage=../images/header/b_about2.gif;");
Thanks in advance!
Poster: Maz
Dated: Thursday July 29 2004 - 7:50:26 BST
I had to double check, it used to be imagealt= ; but apparently that wasn't working, then John says to use title= ;
imagalt is not listed, and it makes sense that title would be all that is required per menu item.
maz
Poster: fpw138
Dated: Thursday July 29 2004 - 10:27:05 BST
The title=; works on IE 6. It doesn't work on Netscape 4.75 and Netscape 6.2. Any other options?
Code:
aI("url=../welcome/welcome.html;image=../images/header/b_welcome1.gif;title=Welcome;overimage=../images/header/b_welcome2.gif;");
aI("showmenu=About Us;image=../images/header/b_about1.gif;title=About Us;overimage=../images/header/b_about2.gif;");
aI("showmenu=About Us;image=../images/header/b_about1.gif;title=About Us;overimage=../images/header/b_about2.gif;");