Is there a way to load a different CSS file for a specific browser?
like (poor pseudo code):
if firefox
you can do this at the server end.
if(Request.UserAgent is chrome){ //here output chrome stylesheet }