| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
Registered User
Join Date: Mar 2007
Location: California
Posts: 19
|
CSS Right/Left column arrangment problem
Hey All, I've got a style sheet that is giving me a problem. It's a rather standard layout with a width of 760px and auto margins to center it. Then I need the left column to be the main content and I need it to extend all the way down the page and rest on top of the footer. The right column is a nav column with various other ads and such under it - the problem is that the nav column is longer than the main column and so the main column doesn't extend all the way down the page as it is supposed to. Here is the basic css: Code:
You'll notice there is a background is a repeating image in the main column - thats where the major part of the problem is - the image only extends down so far and then stops .. the right column is longer than the main column but the main column doesn't 'fill out' the rest of the page. What is wrong with this picture? --- EDIT Looks like I figured a way around the problem. Turns out if you do this: Code:
It will fill the left column completely with the background image and thus create the illusion of having a full column even if there isn't content to fill it. And it appears to work in both IE and FF which is a plus. Last edited by rmagnuson : 18-04-2007 at 17:19. |
|
|
|
![]() |