how to display menu on mouse over event
Hi guyz,
I was just trying to dispaly a list of things on mouse over event. But I cant get the idea of how to do that. It acts almost like a menu item. Can u guyz help me out to do this.
Suppose I got something called NAME. If I get the mouse on to this Name it should display sth like this
VB Code:
Name
FIrst Name
Last Name
Address ->
City
State
Country
And again if I keep the mouse on one of the fields above lik Address then it should display something like this
VB Code:
Name
FIrst Name
Last Name
Address -> House #
City Apartment Name
State Street
Country
I hope you guyz are getting my point. Can somebody help me how to try this using html and javascript. If atleast not code Ideas will be appreciated. Thankx a lot in advance guyz