PNG background transparency in IE6

Source: Internet
Author: User

<! Doctype html public "-// w3c // dtd xhtml 1.0 transitional // en" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<Html xmlns = "http://www.w3.org/1999/xhtml">
<Head>
<Meta http-equiv = "content-type" content = "text/html; charset = gb2312"/>
<Title> png background transparency in ie6 </title>
<Style>
. Bg {
Height: 288px;
Width: 512px;
Filter: progid: dximagetransform. microsoft. alphaimageloader (enabled = true, sizingmethod = scale, src = "yun_qi_img/title.png ");
Background-repeat: repeat;
}
</Style>
</Head>

<Body>
<Div class = "bg"> fdsf </div>
</Body>
</Html>

Syntax:
Filter: progid: dximagetransform. microsoft. alphaimageloader (enabled = benabled, sizingmethod = ssize, src = surl)


If you want to use png for background transparency, you need to use the css tutorial filter and hack:

Html> body. png {background: url(1.png); width: 300px; height: 100px; border: #000 solid 1px ;}

/* Ie6 */* html. png {filter: progid: dximagetransform. microsoft. alphaimageloader (enabled = true, sizingmethod = scale, src1_'1.png ');
Background: none; width: 300px; height: 100px; border: #000 solid 1px ;}

 

 

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.