Results 1 to 3 of 3

Thread: problem fadeinslideshow in IE

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

    Unhappy problem fadeinslideshow in IE

    1) Script Title: fadeinslideshow

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

    3) Describe problem:
    Hello
    I installed this fadeinslideshow on my webpage, but there is a little problem with that. It works fine in all browsers (Chrome, firefox, safari etc.) but in IE (I hate this browser) not.
    The code is in a .js file, because i have to often change the pictures and it is the easiest way.
    Can anyone help me to find the problem?
    website is: (www.zoldharmonia.hu)
    Thank in advance.

  2. #2
    Join Date
    Oct 2009
    Posts
    845
    Thanks
    14
    Thanked 189 Times in 188 Posts

    Default

    remove the comma after the last image, see the red comma
    Code:
    imagearray: [
    		["images/gallery/side-gallery/Mediterran_lakopark_side.jpg", "", "", "MediterrĂĄn lakĂłpark PesterzsĂŠbet"],
    		["images/gallery/side-gallery/Nagyvenyim_kertrendezes_side1.jpg", "", "", "CsalĂĄdihĂĄz kertrendezĂŠs, parkosĂ*tĂĄs, Nagyvenyim"],
    		["images/gallery/side-gallery/Varkonyi_kertepites_side2.jpg", "", "", "CsalĂĄdihĂĄz parkosĂ*tĂĄs ĂŠs ĂśntĂśzĹ�rendszer ĂŠpĂ*tĂŠs"],
    		["images/gallery/side-gallery/Vital-Fitt_Sportcentrum_nagyvenyim_side.jpg", "", "", "Vital-Fitt Sportcentrum, tĂłtechnika"],
    		["images/gallery/side-gallery/Dunaharaszti_kertepites_side.jpg", "", "", "Dunaharaszti udvar parkosĂ*tĂĄs ĂŠs kerti tĂł kĂŠszĂ*tĂŠse"],
    		["images/gallery/side-gallery/Gyoparosfurdo_ontozorendszer_side.jpg", "", "", "GyĂłgy-, Park- ĂŠs Ă�lmĂŠnyfĂźrdĹ� ĂśntĂśzĹ�rendszer kiĂŠpĂ*tĂŠse; GyopĂĄrosfĂźrdĹ�"],
    		["images/gallery/side-gallery/Nagyvenyim_kertrendezes_side2.jpg", "", "", "CsalĂĄdihĂĄz kertrendezĂŠs, parkosĂ*tĂĄs, Nagyvenyim"],
    		["images/gallery/side-gallery/Varkonyi_kertepites_side1.jpg", "", "", "CsalĂĄdihĂĄz parkosĂ*tĂĄs ĂŠs ĂśntĂśzĹ�rendszer ĂŠpĂ*tĂŠs"],//<--no trailing comma after very last image element!
    	],

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

    valentinszabo (02-27-2011)

  4. #3
    Join Date
    Feb 2011
    Posts
    4
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Thanks a lot!

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
  •