Tooltip-Skript

/* ******************************************* * * Tooltip * Source: Fat-Man Collective – www.fat-man-collective.com * Coded by Yann Lorber – www.yannlorber.fr * August 2009 * ******************************************* */ if( $("a.screenshot").length ) { xOffset = 210; yOffset = -132; $("a.screenshot").hover(function(e){ var imgurl = $(this).attr("id"); $("body").append("<div … Weiterlesen →