/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
/* For IE. Mozilla ignores. */ .element{ //filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/image.png'); } /* For others. IE ignores styles with [attributes]. */ .element[class]{ background: url('images/image.png') no-repeat center center; }