this.getOverlay().css("position", "absolute").
you don't need "." - that's syntax error. Instead use: ";"
do the same for the two image helpers. This:
$(function() {
$("#triggers img[rel]").overlay({effect: 'apple'});
});
replace with:
$(function() {
$("#triggers img[rel]").overlay({
effect: 'apple',
onLoad: function(content) {
this.getOverlay().css("position", "absolute");
}
});
});
Hope it helps....
__________________
Sig for sale. Affordable prices. Contact me and get a great deal ;)
My contact:
ICQ: 944-320-46
e-mail: manca {AT} HotFreeSex4All.com
|