I have a div tag as follows:
<html>
<head></head>
<body>
<div>
<label>Name</label>
<input type="text"/>
</div>
</body>
</html>
Now I want a simple javascript for displaying a tooltip on :hover the div. Can someone please help me out? The tooltip should also have a fade in/out effect.
I did something that should be able to be adapted to a div as well.
HTML
CSS
For a more in-depth discussion, see my post:
A simple Formatted ToolTip text on hover