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
mouseover "HOME"
Hi,
You need to look at all the properties, in this case the item properties.
That feature is the title property of the item.
It functions just like the title parameter in a link, or the alt parameter in an image call.
Ruth
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;");
Ruth