IE6 PNG transparency


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

Makes png transparency work on images and background images

Download script from http://www.dillerdesign.com/experiment/DD_belatedPNG/


Copy this code and paste it in your HTML
  1. <!--[if IE 6 ]>
  2.  
  3. <script src="filepath/scripts/DD_belatedPNG_0.0.8a-min.js"></script>
  4.  
  5. <script>
  6. DD_belatedPNG.fix('img,.mystyle'); //list all styles you want to apply it too here, img covers all inline images
  7. </script>
  8.  
  9. <![endif]-->

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.