Home › Forums › CSS › IE6 stops scrolling where it should keep scrolling mid-page › Re: IE6 stops scrolling where it should keep scrolling mid-page
October 20, 2011 at 11:12 am
#89353
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;}