I modded a little navigation bar I found to the left of some foreign forum. How can I remove the little space between the nav and the main column?
Here is the CSS in question. I think all the ASP is ok.
#leftcol{
width:145px;
float:left;
position:relative;
margin-left:-145px;
margin-right:1px;
}
#outer{
border:solid white 0px;
/*/*/ border-left-width: 145px ; /* left column width. NN4 hack to hide borders */
border-left-color: #FFFFFF; /* left column colour */
border-left-style: solid;
width: auto;
}
#inner{margin:0; width:100%;}
#maincol{
float: right;
width: 100%;
position: relative;
margin: 0 -8px 0 -2px;
}
#outer>#inner { border-bottom: 1px solid #FFFFFF; }