I can see in CSS references how to set image transparency and how to set a background image. But how can I combine these two in order to set a transparent background image?<
Two methods:
that is position: absolute; before #main and the same height as #main, then apply the background-image and opacity: 0.2; filter: alpha(opacity=20);. 0 讨论(0) 查看其它14个回答 发布评论: 提交评论 加载中...
position: absolute;
#main
opacity: 0.2; filter: alpha(opacity=20);