Hello all! My validated web page with JQUERY banner slideshow does not work in IE7. Would any JQUERY/JavaScript Ninjas please assist me in understanding why? http://www.moseley.org/index.php/devmode/sample
Lets see if this solves anything $(".container").wtRotator({ width:460, height:480, }); Code (markup): Delete the comma after height: 480 When there is an comma another setting should follow. The last setting is normally without. That seems to be the error triggering in IE.