PHP ver gevorderde |
|
CSS kan ook netjes he...
.contact a, .contact a:active, .contact a:visited
{
width:110px;
height:81px;
background:url("images/contact.jpg") no-repeat;
text-decoration:none;
}
.contact a:hover
{
width:110px;
height:81px;
background:url("images/contact2.jpg") no-repeat;
text-decoration:none;
}
<a href="contact.php" class="contact"> </a>
.contact a, .contact a:active, .contact a:visited { width:110px; height:81px; background:url("images/contact.jpg") no-repeat; text-decoration:none; } .contact a:hover { width:110px; height:81px; background:url("images/contact2.jpg") no-repeat; text-decoration:none; } <a href="contact.php" class="contact"> </a>
|