How to make inline png <img> transparent using css?
- by metal-gear-solid
How to make inline png transparent inside div? using css
<div id="report'>
<p> some text </p>
<img src=transparent.png" />
</p>
</div>
this is image for example . Other than ball i want to make transparent other white area. Which is looking grey in IE6
I want to do in css like this div#report img {.....} is it possible?
Edit:
I don't want to make whole image transparent.