How can i make the background image of a div transperent without changing the transperency of the text 开发者_如何学运维in it.?
Thanks in Advance.
Edit the image itself and then save it in the PNG format (the only web format that supports translucency).
As far as i know, you can't do it. You could use absolute positioning and z-indexes to create the same effect. Just changing the background image transparency in an editor and saving it to png would be the best way to do this.
精彩评论