css:chrome的-moz-linear-gradient相当于什么

时间:2011-10-08 13:46:26

标签: css html5 css3

对于我的按钮,我有background: -moz-linear-gradient(center top , #59a1d8, #27247D) repeat scroll 0 0 #0f78c7;的CSS,这对我来说对mozilla来说很好。 但是在Chrome浏览器中,它无法正常工作,与此相当。

谢谢, nehatha

3 个答案:

答案 0 :(得分:9)

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4096ee), color-stop(100%,#4096ee)); 
// Chrome, Safari4+

background: -webkit-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */

http://www.colorzilla.com/gradient-editor/

使渐变在大多数浏览器中都有效的好资源。

答案 1 :(得分:3)

-webkit-linear-gradient(center top , #59a1d8, #27247D) repeat scroll 0 0 #0f78c7;

答案 2 :(得分:0)

我相信它是-webkit-linear-gradient