02-23-2009, 05:40 PM
|
#4 (permalink)
|
|
The Contributor
Join Date: Feb 2009
Posts: 73
Thanks: 30
|
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
|
|
|
|