Luk*_*uke 3 css firefox background
任何人都知道是否有可能再现这种效果
background-image: -moz-linear-gradient(top, #666666, #000000);
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #000000),color-stop(1, #666666));
Run Code Online (Sandbox Code Playgroud)
也是在ff <3.6?我试着生成没有图像的渐变背景!
非常感谢任何建议.