Recently, i just designed my new blogspot blog and my problem was how to add a transparent image to my blog. As we known, transparent can be applied as background image. I fount a lot of ways to do background transparent via CSS. But i need work to be done with a png transparent image inside the tag <img>.
Everything is ok with Mozilla Firefox, but with IE the problem occured. In IE, the image also transpanent as the bare it is but it's background didn't match your outter background.
The answer is IE does not support transparent for PNG images. It's ok with the original GIF transparent images. You can also convert your images to GIF format or just match your background with it. If you need to digg more, hope list of articles below useful for you.
Everything is ok with Mozilla Firefox, but with IE the problem occured. In IE, the image also transpanent as the bare it is but it's background didn't match your outter background.
The answer is IE does not support transparent for PNG images. It's ok with the original GIF transparent images. You can also convert your images to GIF format or just match your background with it. If you need to digg more, hope list of articles below useful for you.
- IE7 Transparent PNG Implementation
- HTML Background Image Code
- HTML Backgrounds W3schools guide
- CSS Image Opacity / Transparency
- CSS Image Maps, Redux
- CSS Opacity in Mozilla,IE, and Opera