Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: jQuery Image Magnify v1.11

  1. #11
    Join Date
    Jun 2014
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    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?

  2. #12
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    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.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. The Following User Says Thank You to jscheuer1 For This Useful Post:

    fiedore (06-18-2014)

  4. #13
    Join Date
    Jun 2014
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Works like a charm, thanks a lot!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •