Thanks for the reply, here is the full stylesheet:
Code:
#innerframe {
width: 800px;
height: 700px;
margin: 0 auto;
text-align: left;
}
#header {
height: 110px;
}
#navbar {
color: white;
background-color: black;
font-family: "Helvetica", "Arial", sans-serif;
text-decoration: none;
font-style: italic;
text-transform: uppercase;
font-size: 12px;
height: 12px;
padding-bottom: 0px;
}
#main {
margin-top: 12px;
background-color: white;
height: 500px;
width: 800px;
}
a.nav, a.nav:visited {
color: white;
font-family: "Helvetica", "Arial", sans-serif;
text-decoration: none;
font-style: italic;
text-transform: uppercase;
font-size: 12px;
}
a.nav:hover {
color: black;
font-family: "Helvetica", "Arial", sans-serif;
text-decoration: none;
font-style: italic;
text-transform: uppercase;
font-size: 12px;
}
ul.nav, li.nav {
display: inline;
list-style: none;
padding: 0px;
}
li.nav:after, li.first:before {
content: " / ";
}
I don't think it is te double margin bug, because I can see any margins or left floating elements that would affect it. Where would I need to put
{diplay: inline}?