IE6 compatible Transparent Background map

Source: Internet
Author: User

JS Code:

<!--[if IE 6]>
<script src= "~/scripts/ui/dd_belatedpng.js" ></script>
<script>
$ (function () {

1, through the public class
Dd_belatedpng.fix (". Pngfix,.pngfix:hover");


2. Direct with selector: class name, ID, tag
Dd_belatedpng.fix (". imgpng,img");
});
</script>
<! [endif]-->

HTML code:

<div class= "contain" >
<div class= "Con" >
<p>
Window.onload = function () {
Dd_belatedpng.fix (". Pngfix,.pngfix:hover");
}
</p>


<div class= "Imgpng pngfix" ></div>
</div>
<div class= "Con" >
<H2>2, direct with selector: class name, ID, tag implementation <p>
Dd_belatedpng.fix (". imgpng,img");
</p>

<div class= "Imgpng" ></div>
</div>

</div>

CSS code:

<style>
. contain {width:1000px; height:300px; margin:0 auto; background: #fff;}
. contain con {width:400px; float:left;}
. contain h1 {font-size:18px; color: #333; margin-bottom:10px;}
. contain h2 {font-size:16px; color: #333;}
. imgpng {width:200px; height:150px; Background:url (/content/img/ie6.png);}
</style>

IE6 compatible Transparent Background map

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.