This is not a very interesting page, but it is only intended to demonstrate the basic principle that I have started employing in the pages and sites that I develop. Essentially, rather than use HTML conditional comments that allow targeting of different versions of Internet Explorer, I am using different methods to apply a couple of classes to the body element. That way, CSS selectors can be constructed to manage browser and platform specific styling entirely within our CSS code.
I did this because I didn't particularly like a conditional comment-based approach for two reasons: