How to add ALT tag on the menu_data.js?

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
fpw138
Advanced
Advanced
Posts: 19
Joined: Wed Jun 30, 2004 12:23 am

How to add ALT tag on the menu_data.js?

Post by fpw138 »

How can I add the alt tag for image tag?

Code: Select all

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;");
Thanks in advance!
User avatar
Maz
Milonic God
Milonic God
Posts: 1717
Joined: Fri Jun 06, 2003 11:39 pm
Location: San Francisco
Contact:

Post by Maz »

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
fpw138
Advanced
Advanced
Posts: 19
Joined: Wed Jun 30, 2004 12:23 am

Post by fpw138 »

The title=; works on IE 6. It doesn't work on Netscape 4.75 and Netscape 6.2. Any other options?

Code: Select all

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;");
Post Reply