Results 1 to 2 of 2

Thread: the magnifying glass in on the back of the image

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

    Talking the magnifying glass in on the back of the image

    1) Script Title: Image Power Zoomer v1.1

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...owerzoomer.htm

    3) Describe problem:
    the problem that i found is that the magnifying glass is on the back of the image, the code of the image is the next:

    PHP Code:
    <?php echo '<img class="zoom" src="components/com_virtuemart/shop_image/product/'.$product_full_image.'" width="70%" />' ?>
    the link to view the mistake is:

    www.sitiodearte.com

    thanks for your help
    Last edited by gazustoy; 06-15-2011 at 02:08 PM. Reason: title

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Try finding the below line inside the .js file, and add to it the part in red:

    Code:
    var $magnifier=$('<div style="position:absolute;width:100px;height:100px;display:none;overflow:hidden;border:1px solid black;z-index:1000" />')
    DD Admin

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

    gazustoy (06-15-2011)

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
  •