I am facing an issue with a slider that works perfectly in all browsers except Safari. I have been struggling to figure out the root cause of this problem. You can view the fiddler code here: http://jsfiddle.net/sjramsay/UyvvL/
It appears that when the code reaches this line:
$("#slider-wrapper").animate({ marginLeft : newMargin }, SlideSpeed, function () { SetNavigationDisplay() });
The slider does not animate as expected. I have double-checked all values and they seem to be correct, but for some reason, Safari is not cooperating. Has anyone else encountered this issue?
When I tested a solution from this resource: , it worked fine on Safari. I'm unsure of what I might be missing.
I would greatly appreciate any assistance. Thank you.