LittleRed
10-07-2003, 07:38 AM
how can i create a column to hold my navigation in that matches the height of the main content?
the problem I've got is that the main content block is in a float:right DIV in a light colour and I wanted my navigation in a darker colour. I've set the navigation column in another DIV with
width:150px;
height: 100%;
but this only stretches to the height of whatever is visible when the page loads. If there's a lot of text in the main content area and the user scrolls down, then the navigation column colour just stops.
I'm testing this in IE, maybe it's an IE thing?
thanks for any help
the problem I've got is that the main content block is in a float:right DIV in a light colour and I wanted my navigation in a darker colour. I've set the navigation column in another DIV with
width:150px;
height: 100%;
but this only stretches to the height of whatever is visible when the page loads. If there's a lot of text in the main content area and the user scrolls down, then the navigation column colour just stops.
I'm testing this in IE, maybe it's an IE thing?
thanks for any help