fadeIn problem in Safari 2.0.4

fadeIn problem in Safari 2.0.4


Hi all,
I´m a newbie in jQuery, so I do have my first problem. I´ve the jQuery
version 1.2.2 and I´m using a Safari 2.0.4 on a MAC.
I want an <ul> to fade in when DOM is ready - it works perfectly on
every browser, but not on Safari 2.0.4.
Here is my js-code:
$(document).ready(function() {
        $("ul#fadein").fadeIn(2000);
});
And here my HTML:
     <ul id="fadein">
    <li id="li_active"><a
href="reichenbach.html">Reichenbach</a></li>
<li><a href="lucile_grahn.html">Lucile-Grahn-
Strasse</a></li>
<li><a
href="fraunhofer.html">Fraunhoferstrasse</a></li>
</ul>
I set display:"none" for the ul#fadein in my external CSS-file.
I´ve absolutley no idea where the problem is. I was looking for
several solutions, tried them i.e. fadeTo("fast", 1), but nothing
worked.
It would be great, if you could help me.
Thanks in advance,
babu