69
應該是一個相當簡單的問題。在我的網站,我這樣做:變暗CSS背景圖片?
#landing-wrapper {
display:table;
width:100%;
background:url('landingpagepic.jpg');
background-position:center top;
height:350px;
}
我想要做的是使背景圖像較暗。由於我在這個DIV裏面有UI元素,我不認爲我真的可以在它上面放置另一個div來使它變暗。建議?
這並不在IE9工作。有什麼辦法呢? – 2015-09-28 16:21:16
@NickParsons hahahah – john1717 2017-09-04 05:15:15
@BrechtMachiels我認爲IE的最佳解決方法是使用透明圖像 – john1717 2017-09-04 05:15:46