(It may also fire too soon on Safari/Mac but I can't test that.)
Go to this page in Safari/Win:
http://methvin.com/jquery/splitter/vsplitter.html
Occasionally, it will not initialize properly--the right pane is too short by the width of a non-existent scroll bar. You may need to reload it repeatedly to see the problem.
I think this is due to one or more document properties being invalid at that point. If I remove the special-case Safari handling in jQuery's ready() method and let it drop into the onload case instead, the problem goes away.
According to this page, Safari fires onload *very* early, before the page has displayed, so that code is most likely overkill anyway.
http://www.howtocreate.co.uk/safaribenchmarks.html