this is the relevant piece of the stylesheet im trying to use
#menu {
height: 30px;
width: auto;
background-color: #b9f0ea;
padding-left: 30px;
}
#menu a:link {
text-decoration: none;
display: block;
float: left;
padding: 5px 5px;
border: 1px #000 solid;
margin-right: 1px;
background: ("header_link.png") repeat-x 0 0;
}
#menu a:visited{
color: #000;
}
#menu a:hover{
text-decoration: none;
border-color: #000;
color: #fff;
}


Sign In
Create Account


Back to top









