I am trying to replace the image #about
with another image on hover and no matter what I do I can't get it to work.
Help appreciated thanks!
#about {
width: 150px;
height: 117px;
padding-top: 100px;
}
#about:hover {
background-image: url("about_button2.png");
}