码迷,mamicode.com
首页 > Web开发 > 详细

css 颜色渐变

时间:2017-03-28 11:48:14      阅读:225      评论:0      收藏:0      [点我收藏+]

标签:background   filter   starty   style   

  1. background#1b6c9b;

  2.    filteralpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=red,endcolorstr=blue,gradientType=1);

  3.    -ms-filteralpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=red,endcolorstr=blue,gradientType=1);

  4.    background-moz-linear-gradient(top, red, rgba(0, 0, 255, 0.5));

  5.    background-webkit-gradient(linear, 0 0, 0 bottom, from(#1388BF), to(rgb(47, 81, 142)));



兼容多种浏览器

css 颜色渐变

标签:background   filter   starty   style   

原文地址:http://zhaoyingyatou.blog.51cto.com/7151735/1910893

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!