I would like to know if it is possible to have divs of various percentages fill their parent container completely like how table cells will always fill the width of their row even when the percentages need to be rounded.
Here is the desired effect using a table: http://jsfiddle.net/Tq9mJ/1/
Here is what happens when using divs with the same percentage: http://jsfiddle.net/fDVwB/1/
I would really prefer to use divs in my specific application if it is possible.
Thanks!
Edit: The div example appears to work at some resolutions. The problem is apparent if you look at each example while horizontally resizing your browser window. The table cells consitantly fill while the divs sometimes leave empty space.