Hey sorry to bother you guys, but I know there are some real geniuses here and I'm having an issue. If you can spare the time, have a quick look.
http://www.eng.utah.edu/~thomast/
I have to issues in my CSS I can't seem to resolve. The problem is that the grey navigation column on the left doesn't go all the way to the bottom of the page. Here's my CSS code for the section:
Is the problem that I have absolute positioning on instead of relative? I've been playing with this for a while and can't seem to figure it out!
Thanks in advance.
P-Worm
http://www.eng.utah.edu/~thomast/
I have to issues in my CSS I can't seem to resolve. The problem is that the grey navigation column on the left doesn't go all the way to the bottom of the page. Here's my CSS code for the section:
Code:
.navigation {
text-align: left;
background: RGB(102,102,102);
width: 150px;
position: absolute;
left: 0px;
height: 100%;
border-top: 5px solid RGB(170,0,0);
padding-left: 10px;
}
Is the problem that I have absolute positioning on instead of relative? I've been playing with this for a while and can't seem to figure it out!
Thanks in advance.
P-Worm