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.
ナビゲーションバーなどの他の機能で無視されるように、すべてのWebコンテンツを通過する透明な画像を作成する必要があります。
<div id="birds"> <img src="birds.png" class="cover"> </div> #birds{ position: relative; } #birds img.cover{ position: absolute; float:right; margin-left: 4.8%; }
あなたが何を求めているのかはよくわかりませんが、推測すると、pointer-events: none;
pointer-events: none;
残念ながら、これは現在InternetExplorerやOperaでは機能しません。