|
Why are there 3 colors for the border?
Is there supose to be a period between _navbar and a:link in _navbar a:link ?
Like this:
ul.menu
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
list-style-type: none;
background-color: #CDCEFF;
}
a.menu { padding: 3px 10px; display: block; text-decoration: none;}
a.menu:link, a.menu:visited
{
color: #66f;
}
a.menu:hover
{
color: #ff0;
background-color: #00f;
}
|