Jump to content

what is -moz- , -webkit- etc?


shad

Recommended Posts

what are these -moz- // mozilla-webkit- // safari or chrome-o- // operafor what purpose are it used.I have come across in css tutorials, I have come to know that the deprecated properties have been symbolized -moz- , -webkit- ..I may be wrong . because i don't know the actual purpose of it.I want to know where are they used also it would be very much helpful for me if you can give an example for it?thanks :good:

Link to comment
Share on other sites

As eTianbun stated, they are [vendor] prefixes for CSS properties. Browser vendors use these prefixes to provide early support for new or proprietary CSS properties, such as many of the CSS 3 properties, until those properties become standardized. Since these properties are not standardized, their syntax or rendering rules are subject to change frequently. When they become standard, browser vendors will drop the prefix and just use the regular syntax.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...