Using an image as a link with a hover images

howit

New Member
I'm using two images so that when you hover over the image it changes, this part works fine but I have two instances of the image instead of just one. Can anyone please advise how to fix this?\[code\]<a href="mailto:[email protected]?Subject=contact" class="email" title="email me">.email {margin-bottom: 10px;width: 730px;height:60px;display:block;background: transparent url('images/email.png');background-position: center;background-repeat: no-repeat;}.email:hover {background-image: url('images/email_hover.png');}\[/code\]
 
Back
Top