Css Background Property Can Not Override Ie Filter Property? June 25, 2024 Post a Comment Hi.. I have a label whose background is gradient by default(IE ). label{ width:100px; height:100px; border:1px solid red; filter:progid:DXImageTransfoSolution 1: You can remove it using this:filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); CopyAlso you can check this fiddle I made here.And the code your are using for gradients is for Internet Explorer only. If you want code that is compatible for most browsers check this tool here. Share Post a Comment for "Css Background Property Can Not Override Ie Filter Property?"
Post a Comment for "Css Background Property Can Not Override Ie Filter Property?"