Hello all,
Mainly prefixes are used for css3 properties which is experimental or non standard CSS properties, this tells to different browser
Mostly we avoid the prefix but sometimes if you are not using prefix, your css3 properties will not work work properly in old browsers.
Prefixes are not used for all css3 properties it is needed for some example -o-border-radius have no need to prefixes.
Your best bet is referencing an up-to-date resource like CSS3 please!.
The vendors use these prefixes:
- -webkit- (Chrome, newer versions of Opera.)
- -moz- (Firefox)
- -o- (Old versions of Opera)
- -ms- (Internet Explorer)
0 Comment(s)