#23: Conditional Stylesheets
Css tutorial
watch that tutorial on css-tricks.com
Description
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 to cause problems with new browsers down the road), they are perfectly valid code. Just be careful not to overdo it and make things more complicated for yourself.
Keywords relative to the tutorial
comment add to favesnew Css tuts (RSS)

Comments
No comment at this time. Be the first !