Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Ultimate Fade-in Slideshow V2

  1. #11
    Join Date
    Sep 2009
    Posts
    3
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by ddadmin View Post
    Hmm this is a bizarre one- you shouldn't even need to comment out the aforementioned line above for it to work in IE, though FYI, looking at your fadeslideshow.js file, I see the mentioned line in question isn't commented out anymore:

    Code:
    		if (setting.$wrapperdiv.length==0){ //if no wrapper DIV found
    			//alert("Error: DIV with ID \""+setting.wrapperid+"\" not found on page.")
    			return
    		}
    Just a guess, though it's possible there is a conflict between this script and the others on your page. What happens if you remove the below two lines from your page:

    Code:
    	<script type="text/javascript" src="http://nateandjackie.com/java/niftycube.js"></script>
    	<script type="text/javascript" src="http://nateandjackie.com/java/niftyLayout.js"></script>
    I tried this. Still doesn't work. Frustrating... Any thoughts?

  2. #12
    Join Date
    Sep 2009
    Posts
    3
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    UPDATE: I figured out what was going on. Using http://jigsaw.w3.org/css-validator/ and http://validator.w3.org/ to validate my html and my css, I discovered I had some tags that weren't properly embedded and some tags that weren't properly closed. After going over my site fixing these issues, it appears to work fine.

    Thank you for your help. I hope this will help someone else down the road. I now will validate html and css all the time to at least limit the scope of the errors or problems.

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
  •