Submit a site to jQuery Style

If you think you know of a site that deserves to be showcased here, please fill in this form.





Please tick the appropriate categories:









Easiest Tooltip and Image Preview Using jQuery

Added on May 07, 2009

What this script does is adds an element to the body when you roll over a certain object. That element’s appearance is predefined with css (positioned absolute and styled) so all we need to do is fill the element with content, calculate mouse position and make it move accordingly. When cursor is moved over he object, element moves with it and when cursor roll out, the element is deleted.