Forum Moderators: not2easy
Fixing a div?
Making a div scroll with page?
These are really opposites IMO. The default behaviour for all elements is to 'scroll with the page'. To 'fix a div' you can set
position:fixedon the element, however, this is not supported by IE6 and there lies the problem.
W3C on position:fixed [w3.org]
...the box is fixed with respect to the viewport and doesn't move when scrolled.