I have a site that heavily utilizes jQuery and CSS to achieve some pretty nice effects. The pages work flawlessly in FF and Chrome - however in IE9 (and possibly other versi
If it works in other browsers and doesn't work at all in IE I would suspect at first that IE doesn't render your pages in strict mode.
Fixed positioning in IE works only for strict mode.
See details on MSDN.