Submitted by Damien on
Tags:
A little tip if you're trying to get fixed positioning to work in IE6. One problem with IE6 and older is that they ignore the perfectly valid position:fixed;
style, which is often used along with either top:0px;
or bottom:0px;
to have a static header or footer respectively. Luckily someone else has spent a vast quantity of time fiddling with Javascript to get this to work, so you and I don't have to. Enjoy.