Target Firefox Browsers in CSS


/ Published in: CSS
Save to your folder(s)

Used for FF specific CSS edits.


Copy this code and paste it in your HTML
  1. @-moz-document url-prefix() {
  2. #div-id .div-class{
  3. styleshere: #;
  4.  
  5. }
  6. }

Report this snippet


Comments


You need to login to view comments.