Safari giving strange results with .animate left
Hi,
I am trying to set up a simple horizontal sliding four page site where clicking on an arrow, simply slides a wrapper div containing four smaller divs from div one to div two etc.
The smaller divs have a large right margin to put a distance in between the divs for graphic fluff!
Trouble is, this works perfectly in Firefox but in Safari, the distance the wrapper animates doesn't corrispond to the distance stated in the script. I have asked it to move 2000px to the left to reveal the second smaller div, which is ok in Firefox but in Safari it seems to move more like 2500px.
Has anyone seen this before, I wondered whether it was to do with the margin, or the absolute postitioning of the wrapper div.
cheers