I have a div tag like this:
<div>
<label>Name</label>
<input type="text"/>
</div>
How can I displaying a tooltip on :hover
of the div, preferably with a fade in/out effect.
I have a div tag like this:
<div>
<label>Name</label>
<input type="text"/>
</div>
How can I displaying a tooltip on :hover
of the div, preferably with a fade in/out effect.