Possible Duplicate:
Is there any equivalent to IE conditional comment for chrome and safari?
To target IE 8
<!--[if IE 8]>
add IE 8 specific code (JS/HTML/CSS)
<![endif]-->
Can found similar kind of solution for Firefox ?
Thanks for your attention