Description
Tooltips for text, links, images etc.
Attributes
n/a
Demo
Photo by John Doe
Hello World!
Hello Another World!
Source
<img class="tooltip" title="Tooltip on image" src="image.jpg" alt="" /> <a href="#" class="tooltip" title="Tooltip on link">Click Me!</a> <span class="tooltip" title="Tooltip on some text">Hello World!</span>