Posted by: Vincent on: September 1, 2010
As suggested by Phil Irish, the best way to make browser specific CSS is with a class on the body element rather than separate CSS files or complex hacks. In his example he used conditional HTML to create multiple body-tags, but with this simple function you can just add the browser name and version to [...]