![]() | |
#1
| |||
| |||
|
|
row one +---------------------------------------------------------+ row two +---------------------------------------------------------+ row three +---------------------------------------------------------+ |
#2
| |||
| |||
|
|
I want a table like this +---------------------------------------------------------+ row one +---------------------------------------------------------+ row two +---------------------------------------------------------+ row three +---------------------------------------------------------+ Row's one and three will be a fixed height. I want row two to fill up whatever is left of the window, and the height should change when the window is resized. I would prefer a method that is cross platform. Can I do this without code? |


#3
| |||
| |||
|
|
The preferred way to do it is with divs, though: body style="padding: 150px 0" div style="position:absolute;top:0;left:0">header</div text foo bar div style="position:absolute;bottom:0;left:0">footer</div /body |
#4
| |||
| |||
|
|
I think the design idea is flawed from the start, frankly, but there are ways of getting it to work the way the OP wants - unfortunately, all result in usability problems and/or an ugly design in some environments. |
#5
| |||
| |||
|
|
On Wed, 23 Jun 2004 21:51:42 +0200, Mitja <nun (AT) meyl (DOT) com> wrote: The preferred way to do it is with divs, though: body style="padding: 150px 0" div style="position:absolute;top:0;left:0">header</div text foo bar div style="position:absolute;bottom:0;left:0">footer</div /body One problem is if the user is on a monitor set for 450px high, the center section is awfully small. You could impose scrolling on it. |
|
Another problem is if the header material is larger than 150px. Resizing text can cause this problem. |
|
I think the design idea is flawed from the start, frankly, but there are ways of getting it to work the way the OP wants - unfortunately, all result in usability problems and/or an ugly design in some environments. |
#6
| |||
| |||
|
|
I want a table like this |
#7
| |||
| |||
|
|
I'd like to thank everyone for their quick responses. I found a solution to my problem and will post the URL to my site in a few days. |
![]() |
| Thread Tools | |
| Display Modes | |
| |