mouseover "HOME"

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
jz18
Advanced
Advanced
Posts: 24
Joined: Thu May 03, 2007 2:37 am

mouseover "HOME"

Post by jz18 »

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
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

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: Select all

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
jz18
Advanced
Advanced
Posts: 24
Joined: Thu May 03, 2007 2:37 am

Post by jz18 »

Hi Ruth,

thanks for your patience. thanks a lot again! i got it,.
Post Reply