Does anyone have any idea about this? Can I truly not create a table that is 100% the height of the browser window? I've tried adding a min- height to the table too but it doesn't seem to make any difference. Help please!

On Aug 27, 2010, at 10:37 AM, Jody Levinson wrote:

Hello all,

I'm trying to make this layout 100% the height of the browser window. It uses a table for layout. I know there are other, perhaps preferrable ways to do layouts than using a table, but I don't have the option of changing that at this point.

Here's the page (one of several short pages on the site):

http://www.adlergiersch.com/adler-giersch-and-you

I've added this CSS, which is supposed to fix it:

body { background-color: #FFFFFF; margin: 0; padding:0; border:none; height:100%; }
html { margin: 0; padding:0; border:none; height:100%;  }
and also to the layout table CSS:
.layouttable { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; height: 100%; width: 100%; padding:0px; } I've also added 'height="100%" to the table html, which I know doesn't work, but I'm trying everything.

I ran the CSS through a validator and it throws errors, but none that should affect the layout (mostly having to do with opacity settings on the menu)

Thanks!

Jody


--
TroutDream Graphics, Inc.
Always fresh. Never canned.
http://troutdream.com
425-686-8699


______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to