Something new learned today:
http://virtuelvis.com/archives/2004/02/css-ie-only
Example - include an IE specific stylesheet (to correct for IE's CSS border model) without hacking the stylesheet to pieces:
<!--[if IE]><link rel="stylesheet" type="text/css" href="ie.css"/><![endif]-->