Return to Snippet

Revision: 32100
at September 18, 2010 04:39 by dloop


Initial Code
<!--[if IE 6]>
    <link type="text/css" rel="stylesheet" href="ie6.css" media="screen" />
    <script type="text/javascript" src="js/DD_belatedPNG_0.0.8a-min.js"></script>
    <script>
      DD_belatedPNG.fix('.element with png, #elements with png');
    </script>
<![endif]-->

Initial URL
http://www.dillerdesign.com/experiment/DD_belatedPNG/

Initial Description
Start with a basic IE6 conditional comment. Add the javascript inside for IE6. Pay close attention to the parent child structure. If the image is by itself, include the parent element; example: "#element img".

Initial Title
IE6 PNG Fix using DD_belatedPNG with supporting repeated background

Initial Tags


Initial Language
HTML