filter:alpha(opacity=90); -moz-opacity:0.9; opacity: 0.9;
Try this code
Reading and replying is a virtue. . .
PNG images have various problems under IE6. If you search for a JS file on the Internet, it can help you make the transparency effect of PNG display normally under IE6.
PNG translucency is not supported under IE6, but you can use filters to solve this problem.
The specific writing methods of filters are available online.
There are too many ways. . . Baidu, it is recommended to use a JS package (just a js package similar to jquery)
A css that allows ie6 to support png transparency
background:url(../images/soilbg.png); _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="images/soilbg.png"); _background:none;
IE6 does not support transparency, this is the boss Difficult problem, usually you can consider working on image processing
I tried a lot of translucent codes, but none of them worked, so I had to change it to gif.
...are you using ietester? If so, please switch to the native IE6 to see
IE6 does not support pan transparency, but the GIF format is fine.
Why is there another png background? Your top code does not only have one bgcolor
...are you using ietester? If so, please change to native IE6
The system is win7 and IE6 cannot be installed, but this should be the problem you mentioned.