#Top {
background: #303033;
background: -moz-linear-gradient(center top , #444, #111) repeat scroll 0 0 transparent;
background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
}
这个顺序是固定的,不能变动,更不能 background-image 和 background 混用...
background: #303033;
background: -moz-linear-gradient(center top , #444, #111) repeat scroll 0 0 transparent;
background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
}
这个顺序是固定的,不能变动,更不能 background-image 和 background 混用...