#23: Conditional Stylesheets

CSS-Tricks Screencasts - A podcast by CSS-Tricks

Categories:

Internet Explorer provides a way to target CSS styling information specifically for its different versions. These “conditional stylesheets” are the best way to handle CSS problems that pop up with your page in IE. They aren’t “hacks” (which are liable …