Hi, I have an big table inside my "main" div. Also my header is a
stretchable div (width:100%). I have a problem when the Table has many
columns and exceed the horizontal size of the browser (x-scrollbar), the
Header stops where the browser size is, it doesn't stretch till the end of
the x-scroll (end of table). Is it possible to extend the container div till
the end of table? Because right now it "overflows" the container.

<div id="container">
  <div id="header">
  </div>

  <div id="main">
    <table></table>
  </div>
</div>


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
*******************************************************************

Reply via email to