「クリックすると」背景がぼやけてしまいます。そしてJQueryは、クリックして背景画像を暗くします
$(document).ready(function() {
//this represents window.load in javascript.
//now to select the element suppose you have anchor tag <a> with id=clickme
$("#test").click(function() {
//select the element whose background image you want to change. suppose with id=imgBack
$("body").css({'background-image':'url(url to image)'});
})
});
あなたが最初(のdivか何かで)この上に別の背景を追加する必要が0を持ちます100%の不透明度をフェードするよりも不透明です。 – Cristy