Hi All,
I'm having trouble with layout using css. I have 2 divs (the left and right margin) which I have specified to have "height: 100%. They do not stretch to the bottom of the page. I don't think this is a resize/reload issue (which I already read a thread on). Can anyone help?
#masthead{
padding: 10px 0px 0px 0px;
border-bottom: 1px solid #cccccc;
width: 100%;
height: 60px;
}
#navBar{
height: inherit;
float: left;
width: 180px;
margin: 0px;
padding: 0px;
background-color: #eeeeee;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
}
#headlines{ /* right column*/
height: inherit;
float:right;
width: 180px;
border-left: 1px solid #cccccc;
/*border-bottom: 1px solid #cccccc;*/
padding-right: 10px;
}
#content{
padding: 20px 0 0 0;
float: left;
width: 55%;
height: 100%;
}
and the page can be seen at any help would be greatly appreciated. I didn;t read the rules for this forum so I apologize for any issues regarding the thread. Thanks again.
I'm having trouble with layout using css. I have 2 divs (the left and right margin) which I have specified to have "height: 100%. They do not stretch to the bottom of the page. I don't think this is a resize/reload issue (which I already read a thread on). Can anyone help?
#masthead{
padding: 10px 0px 0px 0px;
border-bottom: 1px solid #cccccc;
width: 100%;
height: 60px;
}
#navBar{
height: inherit;
float: left;
width: 180px;
margin: 0px;
padding: 0px;
background-color: #eeeeee;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
}
#headlines{ /* right column*/
height: inherit;
float:right;
width: 180px;
border-left: 1px solid #cccccc;
/*border-bottom: 1px solid #cccccc;*/
padding-right: 10px;
}
#content{
padding: 20px 0 0 0;
float: left;
width: 55%;
height: 100%;
}
and the page can be seen at any help would be greatly appreciated. I didn;t read the rules for this forum so I apologize for any issues regarding the thread. Thanks again.