public marks

PUBLIC MARKS from myspacelayout with tags document & explorer

25 March 2007 06:30

Making Internet Explorer use position: fixed;

by 4 others
ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop And we may want to position the element somewhere other than 0,0:

25 March 2007 06:15

Introduction - In search of the One True Layout

by 25 others
Designers face the choice of relying on elements being a particular height, resorting to tables or simply not bothering.