How to write separate style sheet for Mozilla Firefox
You could do this:
<style type="text/css"> @-moz-document url-prefix() { h1 { font-size:200px; /* Font size is huge in Firefox */ } } </style>
This being said, you should not use browser specific CSS aside from IE.
1.4m articles
1.4m replys
5 comments
57.0k users