Forum Moderators: not2easy
#navlist
{
padding: 0 1px 1px;
margin-left: 0;
font: 10px Arial;
width: 10.5em;
}
#navlist li
{
list-style: none;
margin: 0;
border-top: 1px solid #000;
text-align: left;
}
#navlist li a
{
display: block;
padding: 0.25em 0.25em 0.25em 0.25em;
border-left: 0.5em solid #365086;
background: #A7C7FE;
text-decoration: none;
}
#navlist li a:link { color: #000; }
#navlist li a:visited { color: #000; }
#navlist li a:hover
{
border-color: #FFF;
color: #FFFFFF;
background: #365086;
}
The height changes when the font size changes but I dont want to make it any smaller. Any thing else I try gets ignored, any suggestions?