Jonathan Duncan wrote:
> http://ogio.com/press.php
> 
> The black background of the content area stops when it hits the 
> boundary of the window pane instead of continuing down the full 
> length of the page.  Any idea what I am doing wrong?

You have forgotten to tell standard compliant browsers to expand the
wrapper as content grows, so they stop at 100% window-height - as they
are told.

The addition of...
#wrap {display: table;}
...will work in all good browsers - in accordance with standard...
<http://www.w3.org/TR/CSS21/visuren.html#q15>
<http://www.w3.org/TR/CSS21/tables.html#q2>

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
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