Hello, I have a website that I’m having trouble with the .png file showing transparent with IE6. Can someone help me with this issue?
.HTML
<div id=“container”>
<div id=“header”>
<h1> </h1>
http://spec-works.com/stratamed/ladyflower.png
</div>
.css
#header img {
overflow: visible;
z-index: 200;
top: 0px;
right: 0px;
clear: both;
float: right;
position: absolute;
}