After looking at many hacks to fix sites that look good in every browser except IE and trying to get a single style sheet to work for all browsers, I discovered I could put in a conditional statement for IE so it uses its own style sheet.
I’d like to hear how others are handling IE and whether or not you think having two style sheets is a good idea. Given the box model is different between IE and other browsers it seems to be less of a headache to have a separate css for IE.
Thoughts?