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.
There's multiple hacks (see this somewhat outdated table as an example)
And there's server-side based solutions, such as conditional-css for php
But well written, well structured css should not need that many hacks, only the ocassional ie fix.