1 Attachment(s)
[DHTML] Old Internet Explorer, Different Stylesheet
1) CODE TITLE: Old Internet Explorer, Different Stylesheet
2) AUTHOR NAME/NOTES: Rik Dekker
3) DESCRIPTION: Internet Explorer 6 and below dont support the position: fixed; attribute in CSS. Therefore if you use the attribute it will really mess up your design.
So this script detects if you use Internet Explorer 6 or below and then attatches a different stylesheet.
In any other case (Opera, Safari etc.) it just loads the normal stylesheet.