Forum Moderators: not2easy
I have a problem with some css navbar coding, where the style associated with it goes over every single link on the whole page.
I'm wanting the code to apply to the navbar only, but for some reason the other links pick up the style
I have some code here:
It includes <ul> and <li> tags.
li
{
display:inline;
}
a:link,a:visited
{
font-weight:bold;
font-family:Arial;
font-size:14px;
color:#FFFFFF;
background-color:#010066;
text-align:left;
padding:9px 20px;
text-decoration:none;
text-transform:none;
}
a:hover,a:active
{
background-color:#0200b6;
}