charlie_82
Expert Member
Hi Guys,
I have the following layout on my site:
A table with 1 column & 3 rows.
The table height is set to 100% (removing the doc type allows for this)
I have a static height for the first row (this is the header)
I also have a static height for the last row (this is the footer)
The middle row needs to fluctuate in height to accomodate various screen resolutions.
So here's my problem, the middle holds the content and if there's a lot of it, the last row just gets pushed down to accomodate the text. I need the full table to be visable at all times on all resolutions.
I'm trying to get the middle row to have a vertical scrollbar but I'm just not winning. Tried inserting a div in this row to help but because there's no height, it won't work either.
Any suggestions?
I have the following layout on my site:
A table with 1 column & 3 rows.
The table height is set to 100% (removing the doc type allows for this)
I have a static height for the first row (this is the header)
I also have a static height for the last row (this is the footer)
The middle row needs to fluctuate in height to accomodate various screen resolutions.
So here's my problem, the middle holds the content and if there's a lot of it, the last row just gets pushed down to accomodate the text. I need the full table to be visable at all times on all resolutions.
I'm trying to get the middle row to have a vertical scrollbar but I'm just not winning. Tried inserting a div in this row to help but because there's no height, it won't work either.
Any suggestions?
Last edited: