On ie 7/8:
setting top: 'center',
when you open the overlay,
results in a jquery.min.js error ln:12 - chr:12949
because the overlay plugin is trying to set : top = "NaNpx"
because s = "NaNpx"
here the line from jquery.min.js:
WorkAround: setting top: 100 in overlay prop
You can look at the code at http://talesbook.ilbello.com/
line:960
thank you
setting top: 'center',
when you open the overlay,
results in a jquery.min.js error ln:12 - chr:12949
because the overlay plugin is trying to set : top = "NaNpx"
because s = "NaNpx"
here the line from jquery.min.js:
s+=o.scrollTop();r+=o.scrollLeft()}k.css({top:s,left:r,position:"absolute"});
WorkAround: setting top: 100 in overlay prop
You can look at the code at http://talesbook.ilbello.com/
line:960
thank you
