JQuery/HMTL 5 Range Input for Scrolling DIVs not Working in Safari

Hi everyone,

I’ve put together the following site with HTML 5 and JavaScript, relying heavily on the Range Input type as presenting in this example: "[URL=“http://jquerytools.github.com/demos/rangeinput/scrollbar.html”]A Custom Scrollbar for a DIV"

Everything is working super in Firefox, IE, Mac and Windows, but not in Safari. Everything is shown correctly, but the range input is not working. The functionality is there, but the values that change the top position of the DIVs seems not to update correctly, resulting in really weird looking interaction. I tried using the Safari development menu, but didn’t see any errors when I started debug mode, but for all I know I was not doing analysis correctly. I’ve never really developed with JS/JQuery before. Anyone have any ideas what’s happening?

Thanks for any help,

Andrea