ابدأ بالتواصل مع الأشخاص وتبادل معارفك المهنية

أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.

متابعة

What do the -moz-*, -ms-*, -webkit-*, -o-* and -khtml-* properties do?

user-image
تم إضافة السؤال من قبل تابر نجد الدين على سعيد , Systems Administrator , Wipro Limited - Saudi Arabia
تاريخ النشر: 2014/01/28
irfan shaikh
من قبل irfan shaikh , Consultant : Senior Web Designer/Front end Developer , Client : ● Impact Proximity, Dubai ● Cube Solution, Dubai ● WAC, Sharjha ● KIOEC, Kuwait ● IRIS Ltd.

This are the format for vendor specific browser. most of browser implemented extension adding new features for testing & debuggin purpose before they available for new CSS specification.

 

For using this vendor specific extension CSS specification define a specific format that vendor should follow the format that is 

'- ' or '_' + vendor specific identifier + '-' + meaningful name

as format indicate the keyword & property name start with dash or underscore  this allow the vendor specific css property  not conflict with regular css property as according to  css specification css property never start with "dash" or "underscore"

Many css property in css specification required vendor specification to implement in particular browser for example opacity property that few browser not support without using vendor specific properties

 

Vender-test

{

  -moz-opacity:0.6;         /* Mozilla extension */

  -khtml-opacity:0.6;        /* Konqueror extension (Safari1.1)*/

  opacity:0.6;          

 

}

 

 

 

 

المزيد من الأسئلة المماثلة

هل تحتاج لمساعدة في كتابة سيرة ذاتية تحتوي على الكلمات الدلالية التي يبحث عنها أصحاب العمل؟