Hello All,
I have a simple 2 column layout with a left side and a content area.
ex:
|///////////|///////////////////////|
| leftside | content |
|///////////|///////////////////////|
One of the site’s pages has the content area populated with a table used for data. However this table is dynamically created. There are times when it could be 500px wide while other times it could be 5000px wide. The page need to accommodate a large width range on the fly.
When the page is, to use the extreme, 5000px wide I need for the browser window to realize this and create a horizontal scroll bar. Plus it needs to pull the background color of the table’s container, and some other elements with it.
I can get it to work if I hard code a width in the body element, but because the table is dynamically generated the width is unknown.
Any ideas?
Thanks