Hack for CSS3 Supporting Browsers
Estelle Weyl | April 6, 2010
Implementing CSS3 features in your CSS file can be complex. You have to make sure that the CSS you’re feeding to FF3+, Chrome, Opera and Safari are not being read by FF2, IE6, IE7 and IE8. There’s a simple hack to make sure that your CSS3 is fed only to browsers that support it… it’s forward compliant and it’s valid markup.