Results 1 to 2 of 2

Thread: Slide Show Script Fails in IE 4,5,6,7 & 8

  1. #1
    Join Date
    Oct 2009
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Slide Show Script Fails in IE 4,5,6,7 & 8

    1) Script Title: http://www.dynamicdrive.com/dynamici...nslideshow.htm

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

    3) Describe problem: I had a previous Dynamicdrive script that said it worked with i.e. 4 or higher, it did not work, tried many iterations but still failed, I had a reply to try the script above which also says it works in i.e., I cannot get it to even work in Firefox, can anyone give me some tips, take a look at the script http://www.bridalhive.com/newtestoctober You will see that no photo shows up at all, just some text from the script itself.

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    There may be other issues, but at a glance the most obvious one is the broken reference to the .js file of the script:

    Code:
    <script type="text/javascript" src="fadeslideshow.js">
    /***********************************************
    * Ultimate Fade In Slideshow v2.0- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
    * This notice MUST stay intact for legal use
    * Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
    ***********************************************/
    </script>
    You'll need to make sure that the .js file is uploaded to your server and the path to it above is correct.
    DD Admin

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
  •