-1

Why i need to use both the -moz-linear-gradient and -webkit-gradient for gradient code in css instead of writing gradient code in single line for all browser compatibility?

If i using 10 different Gradient effect, css coding gets extends to as many lines. Is there any alternative method to simplify or reduce that css gradient lines

Sorry For this silly question Looked in Google But i cant found the apt explanation. Hope some one help this new bie

4

2 回答 2

2

这是因为gradient在创建这些属性时没有在标准中最终确定。-moz-webkit前缀表示这些属性是在基于 Mozilla 和 Webkit 的浏览器中使用的标准的实现,而不是其他属性。

根据CanIUse.com的说法,该gradient属性已支持除 IE9 及更低版本之外的所有浏览器。

于 2013-11-12T13:27:06.267 回答
0

并非所有 CSS3 属性在当前的 Web 浏览器中都是标准化的。

于 2013-11-12T13:28:52.437 回答