0

This answer says we can target Firefox using the following CSS:

    @-moz-document url-prefix() {
      h1 {
        color: red;
      }
    }
    <h1>This should be red in FF</h1>

I want to apply a CSS rule to all browsers except gecko/Firefox, as the CSS rule doesn't display properly in Firefox.

How do I use CSS to target everything except Firefox?

Thanks.

Gerardo BLANCO
  • 5,590
  • 1
  • 16
  • 35
Steve
  • 2,066
  • 13
  • 60
  • 115

0 Answers0