Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ホバーすると色が変わるdiv http://jsfiddle.net/wZvjH/3/の背景画像に対するグレースケール フィルターに問題があります。.bg
.bg
しかし、適用したのにグレースケールに.left1なっているのはなぜですか? それは計画ではありませんでした。どうすればこれを解決できますか?.left2z-index
.left1
.left2
z-index
要素にフィルタを適用すると、そのフィルタはそのすべての子にも適用されます。それをオフにする方法はありません。<div>フィルターを適用したくない場合は、 left と left2 を階層の外に移動して、メインの兄弟になるようにする必要があります。
<div>