Yazmin Media wrote:
<http://tnri.yazminmedia.com/news>
When I remove the height on .container, the background then extends as
needed on the News page, but on other pages where the content is short
than the viewport, .container no longer extends to the bottom of the
screen.

Have you tried playing with min-height at all? In Gecko, at least, if you set html and body to height 100%, and then set .container to min-height: 100% (but no explicit height), you get what you are after. Of course, IE doesn't recognize min-height, so you'll have to try to feed it the values you want in some other way. I don't have IE to play with right now, but perhaps someone else knows a solution for that browser off the top of their head.

Good luck,
--

-Adam Kuehn
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to