/ Published in: CSS
Used for FF specific CSS edits.
Expand |
Embed | Plain Text
@-moz-document url-prefix() { #div-id .div-class{ styleshere: #; } }
You need to login to post a comment.
Dante on 04/01/12
css hack crossbrowser Firefox ff
2 people have marked this snippet as a favorite
Used for FF specific CSS edits.
@-moz-document url-prefix() { #div-id .div-class{ styleshere: #; } }
You need to login to post a comment.