HTML:
CSS:
Or
Both seem to work...
Code:
<nav id="horizontal"> ....
Code:
#horizontal ul {
font-family: 'Century Gothic';
font-size: 14px;
font-weight: bold;
letter-spacing: 3px;
line-height: 20px;
list-style-type: none;
}
#horizontal li a {
color:hsl(212, 100%, 70%);
text-decoration:none;
}
#horizontal li a:hover {
color: hsl(212, 100%, 29%);
}
Code:
#horizontal ul {
font-family: 'Century Gothic';
font-size: 14px;
font-weight: bold;
letter-spacing: 3px;
line-height: 20px;
list-style-type: none;
}
#horizontal [B][SIZE="6"]ul[/SIZE][/B] li a {
color:hsl(212, 100%, 70%);
text-decoration:none;
}
#horizontal [B][SIZE="6"]ul[/SIZE][/B] li a:hover {
color: hsl(212, 100%, 29%);
}
Both seem to work...


Comment