0
What is webkit and moz in css and when use?
6 Antworten
+ 2
browsers do not "handle css differently"... but browsers handle new features for some times with specific 'vendor prefixed' properties, before supporting css properties by following the exact css properties specification...
-moz- is firefox engine vendor prefix
-webkit- is webkit (chrome/safari) engine prefix
-ms- is microsoft engine(s) prefix
-o- is opera engine vendor prefix
+ 2
visph thank u
+ 1
~ Browsers handle css differntly. So moz f.e. is specific for firefox and so on.
If you use Sass to create your css, sass will take care of that.
+ 1
~ :)
+ 1
These are the vendor-prefixed properties offered by the relevant rendering engines ( -webkit for Chrome, Safari; -moz for Firefox, -o for Opera, -ms for Internet Explorer). Typically they're used to implement new, or proprietary CSS features, prior to final
- 3
What are search engines and when should you use them?
Hint: the answer to the second part of the question has three letters, starts with "n", ends with "w", and includes an "o".