Log in

View Full Version : Ultimate Fade-In Slideshow v2.4 wont work in IE



saltyzip
11-06-2011, 12:55 AM
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

jscheuer1
11-06-2011, 02:19 AM
Syntax errors in your customization of fadeslideshow.js here:


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.

saltyzip
11-06-2011, 11:44 AM
Many Thanks for your Help, it works now!