I saw some similar questions regarding this. But my approach is different and none of those works to me. That\'s why I\'m posting this. I want to change the opacity of backg
You can put the background to a separate : Then position and style to fill the entire content. #content { positon: relative; } #background-div { position: absolute; width: 100%; height: 100% opacity: 0.5; background: url(...); } 0 讨论(0) 查看其它4个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
: Then position and style to fill the entire content. #content { positon: relative; } #background-div { position: absolute; width: 100%; height: 100% opacity: 0.5; background: url(...); } 0 讨论(0) 查看其它4个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
Then position and style to fill the entire content.
#content { positon: relative; } #background-div { position: absolute; width: 100%; height: 100% opacity: 0.5; background: url(...); }