Skinnybobb
08-01-2006, 08:51 AM
Hello,
An image using a transparent background is placed inside a div, however the transparency isnt transparent its white?! Can anyone explain why this might be happening. (Didn't know if it was the css causing the problem hence I posted it here).
<div class="bluebox"><h3 class="style7">Business Development</h3><img src="../../images/directors/jacky.gif" /></div>
This is my css
.bluebox {
background-color: #EDF3FE;
border: 1px solid #74A8F5;
padding: 5px;
margin: 0px;
font-weight: bold;
color: #666666;
margin-bottom: 3px;
}
Cheers
An image using a transparent background is placed inside a div, however the transparency isnt transparent its white?! Can anyone explain why this might be happening. (Didn't know if it was the css causing the problem hence I posted it here).
<div class="bluebox"><h3 class="style7">Business Development</h3><img src="../../images/directors/jacky.gif" /></div>
This is my css
.bluebox {
background-color: #EDF3FE;
border: 1px solid #74A8F5;
padding: 5px;
margin: 0px;
font-weight: bold;
color: #666666;
margin-bottom: 3px;
}
Cheers