Cheeky eh!!
Here's the Q - I'm upgrading pinbrook.net see test site at http://test1.pinbrook.net/index.htm
it views ok in IE, but I have a gap at the top of the left hand nav in FF - any ideas how to close it?
Any ideas on a font that looks good (ie not raggedy) when displayed as 18 or 16px bold.
Here's the CSS for the nav.
Here's the Q - I'm upgrading pinbrook.net see test site at http://test1.pinbrook.net/index.htm
it views ok in IE, but I have a gap at the top of the left hand nav in FF - any ideas how to close it?
Any ideas on a font that looks good (ie not raggedy) when displayed as 18 or 16px bold.
Here's the CSS for the nav.
#navcontainer {
width: 185px;
}
#navcontainer a {
background-color: #F1EDEA;
border-bottom: 1px solid #FFF;
display: block;
width: 185px;
}
#navcontainer a:link, #navlist a:visited {
color: #666;
font-size: 12px;
text-decoration: none;
padding-bottom: 5px;
padding-top: 5px;
}
#navcontainer a:hover {
background-color: #FF8500;
color: #FFF;
}
#navcontainer ul {
list-style-type: none;
margin-left: 0;
padding-left: 0;
font-size: 12px;
}
width: 185px;
}
#navcontainer a {
background-color: #F1EDEA;
border-bottom: 1px solid #FFF;
display: block;
width: 185px;
}
#navcontainer a:link, #navlist a:visited {
color: #666;
font-size: 12px;
text-decoration: none;
padding-bottom: 5px;
padding-top: 5px;
}
#navcontainer a:hover {
background-color: #FF8500;
color: #FFF;
}
#navcontainer ul {
list-style-type: none;
margin-left: 0;
padding-left: 0;
font-size: 12px;
}
Comment