About

CSS (3)

JavaScript (6)

Web browsers (2)

 

Blog

RobLab

How to accomplish position:fixed and max-width in IE
No, it's not a joke, it can be done! Svend Tofte has excellent examples in his max-width example page. It's about using Dynamic Properties, also known as expressions in IE. But I really recommend you to use it in an IE-only CSS file, preferably included with conditional comments.
The ultimate guide to CSS-based column layouts
Many tips and tricks how to create column layouts solely based on CSS. Read more about CSS column layouts.
Dynamic column width
How to have dynamic column width with CSS and without using table cells.