background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #00F),color-stop(1, #F00)) 这个?可是不变呢
这个直接没反应
你那个css是用在ie上的,谷歌浏览器不能用
参考 http://www.cnblogs.com/smile-ls/archive/2013/06/03/3115599.html
.gradient{ width:300px; height:150px; background:-webkit-gradient(linear, 0 0, 0 bottom, from(#ff0000), to(rgba(0, 0, 255, 0.5))); }
<div class="gradient"></div>