Hi

I'm using Bootstrap to limit columns etc. but I seem to be having a problem in how the browser calculates what it can display?

up to the point I put a table in, it seems to work fine, getting the widths properly, using overflow to hide or scroll etc.
But as soon as I put a table in with a % defined width, the tables calculated width gets propogated up through the parents. This messes with the %...
So either its something that is always there or I'm missing something.

Any pointers?

I've already read this table layout...