position:fixed on element in ie7/8 and problems with the scrolling of the content inside it

Posted by jayarjo on Stack Overflow See other posts from Stack Overflow or by jayarjo
Published on 2010-04-29T12:40:04Z Indexed on 2010/06/08 9:52 UTC
Read the original article Hit count: 193

Filed under:
|
|
|
|

I got an element fixed in the center of the screen, having specific dimensions (let's say 500x500). The element has content, which is larger then the height of the element and thus causes scroll bar to appear, which is fine. In FF/WebKit everything works nice. However in IE 7/8 ... content of the fixed element doesn't scroll, or scrolls with HUGE delay. If I change position:fixed to position:absolute, it starts to scroll fine, but with position:fixed... it's just a pain!..

Is it some known issue? Anyone heard/encountered something like that? Any ideas how to deal with such?...

© Stack Overflow or respective owner

Related posts about css

Related posts about css-positioning