Ok i am trying to make a layout in which i enter a long blog for explain the background container extends to fit it.
I have been trying stuff like 100% height and it aint working also tried overflow command.
#main {
margin-left: auto;
margin-right: auto;
min-height:1000px;
overflow:visible;
width:800px;
background-color:#4c4c4c;
border-right:#f0f8e6 2px solid;
border-left:#f0f8e6 2px solid;
text-align: left;
}
any help would be great
chris
I have been trying stuff like 100% height and it aint working also tried overflow command.
#main {
margin-left: auto;
margin-right: auto;
min-height:1000px;
overflow:visible;
width:800px;
background-color:#4c4c4c;
border-right:#f0f8e6 2px solid;
border-left:#f0f8e6 2px solid;
text-align: left;
}
any help would be great
chris