Link to home
Start Free TrialLog in
Avatar of gusank
gusank

asked on

How to get a descriptive box when a mouse moves over a button?

Hi all,
        I need some help. In my web page when I move my cursor on a link or on a button, then it should show a descriptive box like thing near the cursor(not at the status bar of the browser) to explain for users what that button or the link do....No problem if it is java script ot HTML.......Thanks in advance. Waiting for your answers.....Thankyou very much.
Avatar of arantius
arantius


<a href="http://www.google.com" title="This link will take you to Google!">Mouse Over This Link</a>
Ah!  Pure css tooltip why did I never think of that ! I like it.
ASKER CERTIFIED SOLUTION
Avatar of JoshPowell
JoshPowell

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial