Just starting out with coding and running into an issue... My social media icons are supposed to turn pink on hover using a second image, but for some reason it's only showing up on the bottom half. Any suggestions?
CSS:
a.twitter:hover {
background-image: url('http://www.new.sheisbiddy.com/wp-content/uploads/2015/11/twitter1.png');
background-position: 5px -20px;
background-repeat: no-repeat;
}
HTML:
<div class="social"><a class="twitter" href="http://twitter.com/" title="Twitter" alt="twitter"><center><img src="http://www.new.sheisbiddy.com/wp-content/uploads/2015/11/wtwitter.png" hspace="5"></a>