How to change the CSS of one image when hovering another image?
问题 So I'm tyring to fade one image in and the other out when hovered using html/css. These images sit on top of each other. One is a transparent play button (which has to be on top?) And the other is a picture. When hovered, I want the play button to fade in and the picture to fade out. I have done countless research and here is what I currently have: <div id="videocontainer"> <a href="#"><img class="playButton" onclick="do something" src="imagesrc" alt="" /></a> <img class = "vidImage" src=