|
If you add a new div that contains the “left-navigation” and the “content”, but without the “footer”, you can add the background image to the new div, and then the image will always be just above the footer . (you will have to remove the .content height then)
Using overflow is a possibility to give your content the same height as your navi/latest news stuff, but keep in mind that people will have to double scroll!!! ( the full page + the content) Most of the visitors don’t like that.
Maybe using min-width is too a solution, but it’s not a generally supported issue I think.
Last edited by bas : 08-08-2007 at 04:02 AM.
|