Need some quick advice of bug work around

Associate
Joined
28 Jun 2005
Posts
895
I am in the middle of writing a web page to spit out the results of my coursework project and at the moment I am having problems with a relatively positioned div within a div that has overflow set to scroll.

The bug is described here: http://rowanw.com/bugs/overflow_relative.htm

Basically in IE7 it overflows the div and just draws it all over the page, it behaves as I want in firefox.

Does anyone know a work around for this?

Cheers,
Ric.
 
Ooops I am blind. 2 links below on google was the fix.
If anyone cares you just need to make the scrolling div position:relative as well

Sorry,
Ric.
 
Back
Top Bottom