Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS "Overflow:auto" issues (Opera 10, IE6/7) Re: “Overflow:auto” issues (Opera 10, IE6/7)

#71916
koroviev
Member

No iframes, just a container div . After your reply I tried applying display:block to the div, and its ancestors, but no changes.

Pre-posting edit:
Got it!
There are date elements which appear for each entry on the list, they were causing it.
Each date element was positioned absolutely to place it exactly where it should be within the entry.
I changed some things to make it stay where it should with floating instead of absolute positioning.
Without the absolute positioning, the problem vanishes.

It works now, but still, can anybody tell me why this happened?