Results 1 to 5 of 5

Thread: jQuery Image Magnify - magnify.cur in IE 10

  1. #1
    Join Date
    Apr 2013
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default jQuery Image Magnify - magnify.cur in IE 10

    1) Script Title: jQuery Image Magnify
    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...agemagnify.htm
    3) Describe problem:

    IE 10 doesn't display the magnify.cur over the small image I want to enlarge.
    FF, Chrome are OK.
    According some older posts I read, I changed
    Code:
    cursorcss: 'url(magnify.cur), -moz-zoom-in',
    to
    Code:
    cursorcss: 'url(magnify.cur), pointer',
    to no avail...

    As I found out the same happens with the sample images in the above given script URL (on DD).
    Is there a workaround?

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

    Default

    Works here. After you make the change, make sure to upload the changed script to the server and make sure the the magnify.cur file is available (it should be in the same folder as the page) and refresh the page. If you don't have the magnify.cur file, download it from the demo page.

    The browser cache may need to be cleared and/or the page refreshed to see changes.

    If you want more help, please include a link to the page on your site that contains the problematic code so we can check it out.
    - John
    ________________________

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

  3. #3
    Join Date
    Apr 2013
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thank you for your answer.

    When you say it works, do you mean on the page where the sample photos are (http://www.dynamicdrive.com/dynamici...emagnify.htm)? Because, it doesn't work for me. I've just tried it in IE9 (my laptop) and IE 10 (my pc) with the same disappointing results. And clearing cache doesn't fix it.

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

    Default

    Sorry, I meant:

    Code:
    cursorcss: 'url(magnify.cur), pointer',
    If you want more help, please include a link to the page on your site that contains the problematic code so we can check it out.
    - John
    ________________________

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

  5. #5
    Join Date
    Apr 2013
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    OK, now it's fine!

    Thanks

Similar Threads

  1. jQuery Image Magnify v1.11
    By tenmeg in forum Dynamic Drive scripts help
    Replies: 4
    Last Post: 07-10-2012, 03:47 PM
  2. Resolved jQuery Image Magnify v1.11
    By rexi in forum Dynamic Drive scripts help
    Replies: 2
    Last Post: 05-25-2011, 01:43 PM
  3. jQuery Image Magnify v1.11
    By PedroBorga in forum Dynamic Drive scripts help
    Replies: 1
    Last Post: 04-26-2011, 02:53 PM
  4. Resolved jQuery Image Magnify v1.11
    By rexi in forum Dynamic Drive scripts help
    Replies: 5
    Last Post: 04-15-2011, 11:32 AM
  5. Jquery image magnify, magnify onmouseover
    By azoomer in forum Dynamic Drive scripts help
    Replies: 5
    Last Post: 10-15-2009, 09:27 PM

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
  •