
Gradients not working at all
Rounded corners are fine but my gradients aren't showing up in IE7+.
http://clients.hiledesign.com/ergopoint/site/My basic styles:
Code:
background-image: linear-gradient(top, #6ea4bd, #87bdd6);
background-image: -moz-linear-gradient(top, #6ea4bd, #87bdd6);
background-image: -webkit-linear-gradient(top, #6ea4bd, #87bdd6);
background-image: -ms-linear-gradient(top, #6ea4bd, #87bdd6);
Can't seem to get them to work. Any help would be greatly appreciated.