ご覧のとおり、リンクで指定されているページの上部にある2つの画像はぼやけています。1つは背景画像で、もう1つはその上の画像です。両方ともぼやけています。私が望むのは、上部ではなく背景画像のみをぼかすことです方法がわからない場合は、ここで助けてくださいリンクhttp://www.node.au.com/projects/at38/
ここに私のcssがあります
#work-gallery
{
background-repeat:no-repeat;
background-size:cover;
-webkit-filter: blur(5px);
}
ぼかしたくないトップ画像のhtmlです
<div id="slideshow" style="margin-top: 17.5px;">
<ul id="fdgSlides" style="width: 1275px; height: 425px; left: 0px;">
<li class="fdgSlide" style="width: 1275px;">
<img src="node.au.com/wp-content/uploads/thumb_at38_01.jpg"; alt="" style="width: auto; height: 100%; margin-top: -212.5px;">
</li>
</ul>
</div>