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
mouseover "HOME"
Poster: jz18
Dated: Friday May 4 2007 - 6:55:16 BST
Hi,
I just want to do something like the home page of milonic. when the mouse over the "home" there is a message shows 'back to home page'. How to do that in my page? ANything i can add to the javascript files to enable that? or other method? Thanks
Poster: Ruth
Dated: Friday May 4 2007 - 7:34:00 BST
Hi,
You need to look at all the properties, in this case the item properties.
That feature is the title property of the item.
Code:
aI("text=Home;url=whatever.htm;title=Back to the Home Page;");
It functions just like the title parameter in a link, or the alt parameter in an image call.
Ruth