[jQuery] Re: jQuery Magnifier for multiple divs

2007-12-10 Thread David Decraene
I think the problem might be the styling setting on the second div, you are making a box of 150 * 150 (and therefore images are on two lines). The images seem to enlarge if you hover a couple of pixels below the image instead of on top of the image (perhaps corresponding more to the middle of the

[jQuery] Re: jQuery Magnifier for multiple divs

2007-12-05 Thread defender71
I have changed the code to the one below, however the problem is still the same. On their sample (http://ui.jquery.com)page they have multiple examples all in one page, but can't figure out how they are doing it. I'm new to jQuery and so far I like it, but there is that learning curve that I hav

[jQuery] Re: jQuery Magnifier for multiple divs

2007-12-05 Thread David Decraene
I need to admit I am not familiar with the magnifier code, but: Why do you have two references to document.ready? I would try combining them, might already solve some problems: jQuery(document).ready(function(){ $("#example").magnifier({ overlap:true, magni