mozilla等效于-webkit-gradient

cou*_*011 1 css firefox css3

background-image: -webkit-gradient(linear, left top, right top, color-stop(.75, transparent), color-stop(.75, rgba(255,255,255,.1)));
Run Code Online (Sandbox Code Playgroud)

什么是mozilla firefox中的等价物?

sin*_*law 5

-moz-linear-gradient也许?尝试:

-moz-linear-gradient(left, rgba(0,0,0,0) 75%, white 75%)
Run Code Online (Sandbox Code Playgroud)

这也可能有所帮助:http://www.broken-links.com/tests/gradients/