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: Archived Topics for the old Version 3.0 JavaScript Menu
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:32

Alt Tag - how to add


Poster: masterd
Dated: Monday April 28 2003 - 15:10:49 BST

using the following line

<img src=images/shim.gif border=0 height=4><a style='vertical-align:16%;'>Home</a><img src=images/shim.gif border=0 height=16>","http://URL.htm",,,1

How is it possible to add an Alt Tag


Poster: John
Dated: Monday April 28 2003 - 17:06:27 BST

Coming in V4 (which is now in beta and doing very well!). Shouldn't be too long.

Per Andy, here's the plan of action...

Right to Left
Collision Detection
Special Effects module
Follow Scrolling Module
Tooltips Module
Keypress Activation


Poster: kevin3442
Dated: Monday April 28 2003 - 23:49:21 BST

You could try putting a <span> around it with a title attribute, like so:
Code:
<span title='your text'><img src=images/shim.gif border=0 height=4><a style='vertical-align:16%;'>Home</a><img src=images/shim.gif border=0 height=16></span>","http://URL.htm",,,1

You could also use the title attribute in the opening <a> tag, but then it would only pop up when your mouse is over the text.

Hope that helps,

Kevin