How can I make the gradient stops in a CSS3 linear gradient?
问题 See the gray bar in this example page: http://dss.com.bo/inicio.aspx Here is my attempt at recreating that gradient using CSS3 - also using CSS3PIE: #navigation { border: 1px solid #888888; border-radius: 22px; -moz-border-radius: 22px; -webkit-border-radius: 22px; height: 50px; font-family: Arial; background: #AAAAAA; background: -webkit-gradient(linear, 0 0, 0 bottom, from(#AAAAAA), to(#757575)); background: -webkit-linear-gradient(#AAAAAA, #757575); background: -moz-linear-gradient(#AAAAAA