Question:
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.56)), color-stop(100%,rgba(210,210,210,1)));
This code is functioning properly in all browsers and IE9, however it does not work in IE6. Can someone suggest an alternative solution?
Thank you!