No te molestes en probarlo; míralo aqui:
http://www.araudi.net/forosdelweb/Fu.../Fuzzylog.html
Una css para cada nacegador, y en el html llamo a cada hoja como tú decías:
<!--[if FF]><link rel="stylesheet" href="firefox.css" type="text/css" /><![endif]-->
<!--[if Opera]><link rel="stylesheet" href="opera.css" type="text/css" /><![endif]-->
<!--[if IE]><link rel="stylesheet" href="IE.css" type="text/css" /><![endif]-->
El resultado tiene que ser el mismo obligatoriamente:
FF: negro, IE: rojo, Opera: negro.