IE Fixes: Background PNG Transparency


/ Published in: CSS
Save to your folder(s)

Needs to be set on every element.\r\nimg.png needs to point to background


Copy this code and paste it in your HTML
  1. #elementWithTransaprentPNGBackground {
  2. _background:none;
  3. _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img.png',sizingMethod='crop');
  4. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.