“For static or (relatively positioned) elements … an element whose width is set to auto will expand to fill the parent without our needing to set a specific width such as width:100%.”
now i run into another problem. if i use float the white div doesn’t expand with data and the lower corners comes up http://ammardesigns.com/sandbox/dummy2.php
but if i don’t use float its ok http://ammardesigns.com/sandbox/dummy.php but i want in some pages to div to wrap around the each table and in some extend to end. what to do?