Hello,
I am trying to set a gradient background for a site and have the following written:
Code CSS:background: -webkit-gradient( linear, left top, left bottom, color-stop(0.25, rgb(48,48,48)), color-stop(1, rgb(135,135,135)) ); background: -moz-linear-gradient( center top, rgb(48,48,48) 25%, rgb(135,135,135) 100% ); background: -o-linear-gradient( center top, rgb(48,48,48) 25%, rgb(135,135,135) 100% );
Now, the background works perfectly in webkit browsers and also in Firefox but I just get the fallback fuchsia temporary colour in Opera. I am using Opera 11.10 beta which DOES support CSS gradients. Any ideas why this is not showing up correctly in Opera?
Also,
How would I go about making the same gradient in SVG for use in IE?
Thanks
Neil



Reply With Quote




Bookmarks