i have a two colume page layout set up. My colume on the left has a blue background. How do I get the colume on the left to extend down as long as the page is. Right now the blue background for the left colume only extends as far as the text goes. I want the blue to be as long/tall as the page and I also want it to start at the top of the page right now there is a little gap between the top of my webpage and the start of my blue colume. Below is the code I have in my CSS style sheet
#menu {
position: absolute;
left: 0px;
padding: 0px;
width: 150px;
background: lightsteelblue;
text-align:left;
}
2006-12-27
02:36:43
·
2 answers
·
asked by
csdraska
1
in
Computers & Internet
➔ Programming & Design