/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<!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>
URL: http://stackoverflow.com/questions/952861/targeting-only-firefox-with-css