+ 3
in css what does -moz- mean?
i see -moz- this a lot and i dont know the exact definition
9 Answers
+ 9
That's a prefix for Mozilla Firefox
+ 4
Good answer @moses and Heracles Ezzequiell
+ 3
Prefixes apply to some CSS properties that are not yet approved by the W3C. The so-called experimental properties. So that different browsers can interpret them
-moz- (firefox)
-webkit- (chrome, safari, android, ios)
-o- (opera)
-ms- (IE, Edge)
+ 2
Mozilla browsers
+ 2
Firefox mozilla
+ 1
If you don't want write prefix use sass, less or stylus and autoprefix
+ 1
It's a browser syntax code
+ 1
-moz- is simply used to apply CSS effects that are not yet supported by mozilla to mozilla.
+ 1
Prefix for -moz- (firefox)