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


You need to login to view comments.