View Single Post
Old 02-23-2009, 05:40 PM   #4 (permalink)
hello-world
The Contributor
 
hello-world's Avatar
 
Join Date: Feb 2009
Posts: 73
Thanks: 30
hello-world is on a distinguished road
Default

why don't you use Border instead of margin ? And select the matching color.
Quote:
#logo {

background-color: #838B8B;
width: 200px;
height: 170px;
position:absolute;

border-right:10px solid;

}
Quote:
#left-menu {

margin-top: 10px;
background-color: #00C78C;
width: 200px;
float: left;
height: 600px;
border-right:10px solid;

}
I just saw your 2nd post after posting my.
You can use list-style:none.

And don't forget to download
hello-world is offline  
Reply With Quote