I’m constantly finding myself needing to reference this for colleagues or for myself so it’s only appropriate to add it to the blog. If you’re working with Internet Explorer on a regular basis and let’s be honest, if you’re in web design, you will be.
Here are the supported conditional mark ups for each version of IE:
height: 200px; /* normal browsers */
_height: 300px; /* IE6 */
.height: 250px; /* IE7 */
*height: 350px; /* All IEs */
