views:

94

answers:

1

I am currently using javascript to implement a javascript scroller on my webpage. However, this is not compatible with any DOCTYPEs and instead displays a stationary picture. I was wondering if any one had any idea how I would implement this using jQuery, Mootools or any other such library. The sites are detailed below with and without a DOCTYPE.
With DOCTYPE: web.me.com/zubby
Without DOCTYPE: web.me.com/zubby/2.html

+1  A: 

The question's been answered guys: http://stackoverflow.com/questions/1106479/javascript-image-scroller-not-working-with-doctype

Seedorf