Actually, I think he was meaning about applying with for the table. What exactly are you trying to get it to look like?
as was said before, putting min width doesnt actually set the width for your div, it only LIMITS how small it can be.
if you did apply width:50% to the div and the 100% width to the table the table will be 100% the div ( in other words the background color of the div wont show up. I am not sure if that what you want… it just doesnt make sense.
if you put the div there to give the table width then actually you don’t need it at all. again it depends on what you are trying to accomplish.