Results 1 to 2 of 2

Thread: Ultimate Fade In Slide Show Issue in IE

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

    Default Ultimate Fade In Slide Show Issue in IE

    I downloaded and installed this utility from this site and it is pretty slick but it is not rendering in IE 8. I am using it here: www.nelsonmasonry.net/. It renders well everywhere else, even my android. Any help would be much appreciated!

  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

    Code:
    <script type="text/javascript">
    var mygallery=new fadeSlideShow({
    	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
    	dimensions: [480, 480], //width/height of gallery in pixels. Should reflect dimensions of largest image
    	imagearray: [
    		["/images/crutchfield/interior1.jpg"],
    		["/images/crutchfield/interior2.jpg"],
    		["/images/crutchfield/interior3.jpg"],
    		["/images/main_flash/main_flash1.jpg"],
    		["/images/main_flash/main_flash2.jpg"],
    		["/images/main_flash/main_flash3.jpg"],
    		["/images/main_flash/main_flash4.jpg"],
    		["/images/main_flash/main_flash5.jpg"],
    		["/images/main_flash/main_flash6.jpg"],
    	],
    	displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false},
    	persist: false, //remember last viewed slide and recall within same session?
    	fadeduration: 4000, //transition duration (milliseconds)
    	descreveal: "ondemand",
    	togglerid: ""
    })
    </script>
    See that red comma? Get rid of it. It's a technical syntax error. Most browsers error correct for it. IE 8 and other IE except for IE 9+ in standards mode do not.

    There could be other problems. But that much needs to be fixed if it's ever to work in IE 8 and less.
    - John
    ________________________

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

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
  •