The error is repeated here for CHROME.
I checked the element and I noticed that the table field width was 217.443 px (obviously due to the% width)
in the HTML section of the validation element, it defines the width of the table as 218 px, and the containing div as 217px ..
When I expand the browser window a little, thereby increasing the width of the table to 217,443 px, to 217,680 px,
The HTML section displays BOTH the width of the table and containing the div as 218 px.
so I assume the browser rounds the pixels to the nearest integer pixel.
Could this be the right way to research?
edit: try this and see if this works for you. I fixed the problem (I think) in this jfiddle
http://jsfiddle.net/E2mUQ/3/
I just removed the width in the .table class and linked it to DISPLAY:block
user1953045
source share