>
> Sadly, none of that did anything to fix the problem. Any ideas on making
> the
> container extend down to 100% of the vertical space?



Well, for starters, you might want to think about changing your use of that
background image. If you make the container div wide enough to contain the
image bg image(looks to be approx. 750px?), tile the image down that, and
then wrap the content in another div, you'll have more flexibility.
Ultimately, you probably won't want the shadow to tile all the way down to
the bottom of the page if the content isn't long enough to fill the screen.
If that's the case, you'll want to learn how to clear a container (
http://www.quirksmode.org/css/clearing.html). Clearfixing (google it) is
another option.

This is also likely to fix your current borders problem.

IMO, it's hard to do too much layout testing until you have more dummy
content on the page. You may want to beef up your html with some more test
material (like columns, images, text, etc)
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to