Forums

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

Home Forums CSS IE6 stops scrolling where it should keep scrolling mid-page Re: IE6 stops scrolling where it should keep scrolling mid-page

#89353
zackw
Member

your div id=body isnt spanning the full height of the page, probably because of some floats,

insert a

after your div id=text-wrapper closing tag

you will also need this css

.clear {clear:both;}