I am running a nice javascript that slides image up instead of the fade in and fade out. The problem is that when 'JavaScript' is disabled in the browser the site breaks. All the images show on the site, one under the other. I tried using a javascript enabled test script. This script shows one div when javascript is enabled and hides the other. The reverse happens when javascript is disabled. Here is the actual javascript:
This is the body tag
This is the div with the images:
This is the alternative div without the image rotation
I am looking for ways to prevent my site from breaking when javascript is disabled. The funny thing is, the site where I got the script from they have achieved the feat. I just don't know how: Here is the site I got the script from:
JavaScriptSite