Forum Moderators: not2easy
#navigation
{
width:190px;
height:400px;
float:left;
padding-left:20px;
padding-top:10px;
background:url(./images/navigation.png) no-repeat;
} #content
{
width:100%;
margin-left:210px;
}
and a warm welcome to these forums. ;)
How do I remove this extra width?
If you remove width:100%;, then the #content div will then take up the available space.
birdbrain
No problem, you're welcome. ;)