Results 1 to 3 of 3

Thread: Ultimate Fade-In Slideshow v2.4 wont work in IE

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

    Default Ultimate Fade-In Slideshow v2.4 wont work in IE

    1) Script Title: Ultimate Fade-In Slideshow v2.4 wont work in IE

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

    3) Describe problem:

    Can't get slideshow to work in IE (only tried v9), fine in Chrome.

    The Slideshow is supposed to appear under the page divider below the words pedigree.

    My Website link with slideshow:
    http://celticharmbengals.co.uk/studs.htm

  2. #2
    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

    Syntax errors in your customization of fadeslideshow.js here:

    Code:
    	controls: [['picts\slideshow\x.png',7,7], ['picts\slideshow\restore.png',10,11], ['picts\slideshow\loading.gif',54,55]], //full URL and dimensions of close, restore, and loading images
    All those \ should be /. Other browsers error correct* this for you, not our good friend IE.


    *only partially, they still can't find the files. But they're kinder about it. IE sees those as escape codes. \x technically requires that a hexadecimal code follow it, so IE barfs.
    Last edited by jscheuer1; 11-06-2011 at 02:25 AM. Reason: add *
    - John
    ________________________

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

  3. #3
    Join Date
    Nov 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Many Thanks for your Help, it works now!

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
  •