Thread: CSS woes
View Single Post
Old 09-11-2004, 07:56 PM   #3 (permalink)
seonewbee
Inactive
 
seonewbee's Avatar
 
Join Date: 05-12-04
Posts: 520
iTrader: 0 / 0%
Latest Blog:
None

seonewbee is just really niceseonewbee is just really niceseonewbee is just really niceseonewbee is just really niceseonewbee is just really niceseonewbee is just really niceseonewbee is just really niceseonewbee is just really nice
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;
}
seonewbee is offline   Reply With Quote