-
Hello there! Great work on the script!
I have a slight problem with it, though. When an image is magnified, the horizontal menu overlaps it. You can see it happening on my page here:
http://www.wzch.vel.pl/viewpage.php?page_id=20
Can I somehow force the magnified image to always be on top of everything?
-
In jquery.magnifier.js (around line #19), using a plain text editor like NotePad, try changing the z-index counter as shown:
Code:
zIndexcounter: 1000,
Save and use that version.
The browser cache may need to be cleared and/or the page refreshed to see changes.
-
Works like a charm, thanks a lot!