Here are a few handy references I’ve run across while attempting to get perfectly reasonable CSS layout to work in an unreasonable browser:
- Centering Block Element. This page contains a number of useful tricks for using CSS to center blocks of content.
- Box Model Hack. An exhaustive discussion of various techniques for working around Internet Explorer’s unique interpretation of the CSS box model.
- Modified SBMH. Even more techniques for hacking around IE’s box model.