|
Hey all, My webpage is rendering wrong in Firefox. It works fine in recent versions of IE, Safari and Chrome, just not Firefox. I need to make a separate CSS style sheet for Firefox, but I'm not sure how to do this. Can someone please explain how to do this with FireFox... Thanks so much! |
|
Can use @-moz-document in your CSS stylesheets.
Full run down: http://developer.mozilla.org/en/CSS/@-moz-document Only it targets all a Gecko based browsers, not just Firefox, like Seamonkey. Same format as media-queries. |
