I'm playing with some of the colours that I can identify as to where they appear. Found this while scrolling:
/ Admin Toolbox
------------------------------ /
position: fixed;
_position: absolute;
I'm not sure you meant to have the _ typed. (I'm not changing this tag, just scrolled by it.) What is the correct position?
Well IE is a beast and sometimes it's very hard write correct CSS w/o applying any CSS hacks. I'm not sure if it's a CSS error coz other browsers (Firefox, Opera) just skip those lines starting "_" whereas IE not. The following is another quite useful hack for IE
``