sweet jquery
sweet jquery
Out of context: Reply #5
- Started
- Last post
- 8 Responses
- ukit0
In this case all there is is an absolutely positioned div set to display:none which is then faded in when the user mouses over.
So you have:
<div>
<div>Original content</div>
<div>Hover content</div>
<div>With the containing div set to "position:relative" so that it contains the absolutely positioned div.