Results 1 to 5 of 5

Thread: Image Magnify v1.1 problem with FF

  1. #1
    Join Date
    Jan 2010
    Posts
    4
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Image Magnify v1.1 problem with FF

    1) Script Title: Image Magnify v1.1

    2) Script URL (on DD): http://dynamicdrive.com/dynamicindex4/imagemagnify.htm

    3) Describe problem: The script it works fine in IE but when i open my webpage with Firefox it dosent work correctly. The images open at the background of other images, check what i mean here (sifnoshotels.gr/hotels/index_windmill.htm)

    Any advise how can i solve this problem?

    Thanks a lot
    Panos

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

    Default

    Hmm looks like a z-index issue. Inside the .js file, try changing the value in red below to say 1000:

    Code:
    zIndexcounter: 100,
    DD Admin

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

    free3yourmind (03-17-2010)

  4. #3
    Join Date
    Jan 2010
    Posts
    4
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    1000000000000000000000 thanks!!!!!!!!!!! it works perfect now. i had spent so much time to try to fix it...you save me again thank you sooo much

  5. #4
    Join Date
    Jan 2010
    Posts
    4
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Can i ask you something else? Is there any parameter that i can change in order to magnify the image in its original dimension instend of setting a magnify value (like x3) ???

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

    Default

    Well, you can magnify the thumbnail image to a specific width in pixels (height is auto scaled) instead of by magnification. For example:

    Code:
    <img src="ocean.gif" class="imagewarp" data-magnifyto="300" style="width:200px; height:150px" />
    DD Admin

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
  •