Dimenticavo di postare il codice:
codice:
#menu a:link
{
float: left;
width: 130px;
height: 20px;
margin-left: 30px;
margin-right: 6px;
color: darkred;
font-weight: bold;
text-decoration: none;
background-image: none;
}
#menu a:visited
{
float: left;
width: 130px;
height: 20px;
margin-left: 30px;
margin-right: 6px;
color: darkred;
font-weight: bold;
text-decoration: none;
background-image: none;
}
#menu a:hover
{
float: left;
width: 130px;
height: 20px;
margin-left: 30px;
margin-right: 6px;
color: black;
font-weight: bold;
text-decoration: none;
background-image: url("images/menubackgroundhover.png");
}