欢迎光临
我们一直在努力

css中兼容各种浏览器的渐变色写法

  background: -webkit-gradient(linear, left top, left bottom, from(#372e2a), to(#29211d)); /*  webkit */

  background: -moz-linear-gradient(top,  #372e2a,  #29211d); /*firefox 3.6+ */

  background: -o-linear-gradient(top,  #372e2a,  #29211d); /*  Opera 11.10+ */

  background: -ms-linear-gradient(top,  #372e2a,  #29211d); /*  IE10+ */

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=’#372e2a’, endColorstr=’#29211d’,GradientType=0 ); /* IE6-IE9 */

未经允许不得转载:第五博客 » css中兼容各种浏览器的渐变色写法
分享到: 更多 (0)

评论 抢沙发

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

更专业 更方便

联系我们