Is there a way to do browser specific conditional CSS inside a *.css file? I want to define all of the styles inside of the same physical file.
Only by means of hacks. Conditional comments are only defined for the markup files, not the .CSS files.