Have you noticed the "display: none;"?
<html>
    <head>
        <script src="jquery-1.2.js"></script>
        <script>
            $(document).ready(function() {
            $('#fadein').fadeIn('slow');
            });
        </script>
    </head>
    <body>
        <div id="fadein" style="display: none;font-size: 100px;">
            fadein
        </div>
    </body>
</html>

2007/9/16, BooZker <[EMAIL PROTECTED]>:
>
>
> I want something so simple, but I do not know how to do it. All I want
> is when the page loads to fade in slowly my logo on the page then the
> navigation. I just want it to fade in  once the page is done loading.
> How do i do this?
>
>


-- 
http://www.goumin.com/
QQ: 443089607
QQ mail: [EMAIL PROTECTED]
Skype: huzhenghui
Gtalk: huzhengh

Reply via email to