I have a simple animation which moves some vertical bars a certain distance and then back. I am using the animate JQuery function and with it modifying the left property of the divs. All is well in Safari and Opera (Mac), but in Firefox (Mac) the vertical bars get distorted -- as if the rendering of the top of the bar is not in sync with the bottom.
The example is online at: http://whiskeyspider.com/. Click any of the lighter colored bars to see the animation. Any idea how I can make it animate more smoothly? Thanks.