|
");
var w = $j(this).children("img").width();
var h = $j(this).children("img").height();
var ot = $j(this).children("img").offset().top;
var ol = $j(this).children("img").offset().left;
var pw = $j("#preview").width();
var win = $j(window).width();
// alert(pw);
if ((win - ol) > 500 ) {
$j("#preview")
.css("top",(ot + yOffset) + "px")
.css("left",(ol + w + xOffset) + "px")
.fadeIn("fast");
}
else
{
$j("#preview")
.css("top",(ot + yOffset) + "px")
.css("left",( ol - pw - 2*xOffset ) + "px")
.fadeIn("fast");
}
},
function(){
this.title = this.t;
$j("#preview").remove();
});
};
// starting the script on page load
$j(document).ready(function(){
imagePreview();
});
Club Information
|
||||||