Thursday, 8 August 2013

Make div expand to table size

Make div expand to table size

So I have this
<div class="table-container">
<div class="table-wrapper">
<table class="sometable"/>
</div>
</div>
The table is larger than table-wrapper or table-container. How do I make
either of the two parents expand to cover the table?
Thanks

No comments:

Post a Comment