I don’t know how to describe the issue better. Here is a link to the site with the issue.
http://www.sc-pa.com/Home/PAsite-home.asp
expand or shrink the window horizontally and you will see the scrolling text doesn’t move correctly with the rest of the window.
Ignore the menu, it was written in Dreamweaver and doesn’t work well ever.
I searched for
IE relative becoming fixedand found http://friendlybit.com/css/ie6-resize-bug/I downloaded your page, saw the bug in IE8 indeed, and added
position:relative;to the body element and the issue was fixed.