WinIE PNG Filter


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



Copy this code and paste it in your HTML
  1. /* WinIE PNG Filter */
  2. /*\*/
  3. * html selector{
  4. background-image:none;
  5. filter:
  6. progid:DXImageTransform.Microsoft.AlphaImageLoader(src=i/image.png);
  7. }
  8. /**/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.