Revision: 42909
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at March 12, 2011 17:52 by WebPersonality
Initial Code
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
@-moz-document url-prefix() {
h1 {
color: red;
}
}
</style>
</head>
<body>
<h1>This should be red in FF</h1>
</body>
</html>
Initial URL
http://stackoverflow.com/questions/952861/targeting-only-firefox-with-css
Initial Description
Initial Title
Targeting only FireFox with CSS - Stack Overflow
Initial Tags
css
Initial Language
CSS