i have a container that takes up 829px on a row, and has a background-image of the same size.
i have a div within that container that calculates its width based on t
I just faced a similar issue and I wrote about how I solved it here: http://maxlapides.com/fixing-subpixel-layout-rendering-in-safari/
Basically, I came up with some JavaScript that recalculates the widths of the items so they span the full width of the container.