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>
Bookmarks