In the context of the use of png24, in IE can not achieve transparency, it is very confusing people, here is a perfect solution, is a foreign expert.
Support PNG-24 background loop support positioning support focus support hover support do background link normal support normal application zoom
Refer to Js,dd_belatedpng_0.0.8a-min.js For additional packaging: dd_belatedpng_0.0.8a-min
Then refer to the code in the page that uses PNG:
<script type= "Text/javascript" src= "JS path downloaded" ></script>
<script> dd_belatedpng.fix (' CSS selector, application type '); </script>
The reference function is Dd_belatedpng.fix (), and the CSS selector (which can be used with ID selector and class selector) and the application type (which is divided into IMG and background two) is filled in with PNG.
These can be abbreviated as Dd_belatedpng.fix (' #box-one,. Header, Img,background ');
More selectors such as Dd_belatedpng.fix (' #box-one,. Header, #footer,. Box-two a:hover, Img,background '); Wait a minute