Monday, October 8, 2012

CSS Hack for Mozilla Firefox

Mozilla Firefox

The key to targeting Mozilla Firefox browser, just combine this code (@-moz-document url-prefix() { your style }) on your style. For example: (see the yellow marker below)

@-moz-document url-prefix() { 
   body {
      background: #ff0000; /* for M.Firefox */
   }
}

No comments:

Post a Comment