i want to use css 3 gradient in all browser for a specefic element. i use http://www.colorzilla.com/gradient-editor for that and it create the following code :
background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
background: linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
it works fine on all major browsers Except Opara.
what is Problem and solution? i am using Opera 11.0
Problem is Opera 11.0 solution is Opera 11.1
http://caniuse.com/css-gradients