开发者

mozilla equivalent for -webkit-gradient

background-image: -webkit-gradient(linear, left top, right top, color-stop(.75, transparent), color-stop(.75, rgba(255,255,开发者_StackOverflow社区255,.1)));

Whats its equivalent in mozilla firefox?


-moz-linear-gradient perhaps? Try:

-moz-linear-gradient(left, rgba(0,0,0,0) 75%, white 75%)

This may also help: http://www.broken-links.com/tests/gradients/


You should try this out to help you generate cross-browser based gradients:

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


Surprisingly, I found this site from microsoft to be the most helpful -

http://ie.microsoft.com/testdrive/graphics/cssgradientbackgroundmaker/default.html

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜