Tags: css gradients

CSS Gradients in IE9 on Elements with Rounded Borders

Strange backgrounds sometimes seen behind rounded borders of Internet Explorer 9. I found what their cause. It’s a filter elements used for earlier versions of IE, like 7 & 8. We have to disable FILTER element to get rid of rectangular background below rounded borders in ie9.Continue reading

Posted in CSS CheatSheets | Tagged | 4 Comments

CSS Gradients in HTML5 Code Example

Latest browsers started to support CSS gradients, this feature is priceless, because no images will be needed for simple gradients soon.Continue reading

Posted in CSS CheatSheets | Tagged | 12 Comments