How to make inline png transparent inside div? using css
Posted
by metal-gear-solid
on Stack Overflow
See other posts from Stack Overflow
or by metal-gear-solid
Published on 2010-05-21T12:09:31Z
Indexed on
2010/05/21
12:10 UTC
Read the original article
Hit count: 268
How to make inline png transparent inside div? using css
<div id="report'>
<p> some text </p>
<img src=transparent.png" />
</p>
</div>
I want to do in css like this div#report img {.....}
is it possible?
© Stack Overflow or respective owner