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,426
  • 1
  • 17
  • 34
Steve
  • 2,344
  • 11
  • 52
  • 97

0 Answers0