Wed, 2016-02-24 12:57
Hello,
is there any rule for writing the css property for webkit, moz, opera, and general css. i have googling more but i didn’t got right answer.
please help me to solve this problem.
Thank You.
Wed, 2016-02-24 20:13
#1
Yes, if
If you're talking about the proprietary prefices, -moz, -ms, -o, -webkit, yes.
Put the prefixed properties/values in any order, followed by the general property/value.
cheers,
gary