I've poked around on google and haven't been able to find the answer, and I've poked around with min-width to try and solve the problem but had no luck.
I have a div, well say 500px with internal padding of 10px.
Inside of it I put a table who's width is 100%. In FF/Chrome it will make the table 480px. I'n IE it makes it 500px, which then ends up expanding the containing div to 520px. I want it to behave the way it does in firefox/chrome. I can't use static values as not ALL of the divs are 500px. Their width is inherited from another container. When they expand in IE it throws everything off and makes things overlap. Any ideas?