<div id="social-links">
<div><a href=""><img src="pictures/facenh.png"/></a></div>
<div><a href=""> <img src="pictures/twitternh.png" /></a></div>
<div><a href=""> <img src="pictures/ytnh.png" /></a></div>
<div><a href=""> <img src="pictures/mailnh.png" /></a> </div>
</div>
This is the code I'm using. The thing I want to do is to make another image appear when hovering over the image/link. I'm not sure how to do it, so i would love some help please.
#social-links {
float: left;
width: 100px;
height: 500px;
margin-left: -20px;
}
If you need to know the css for social-links, it's right there. All i want to do is to make another image appear when hovering over the links/the images. Perhaps Javascript is needed?