So here it is:
- <html>
- <head>
- <script type="text/javascript" src="http://code.jquery.com/jquery-1.4.2.js"></script>
- <script type="text/javascript">
- $(document).ready(function(){
- $('#container').fadeIn(3000);
- });
- </script>
- </head>
- <body>
- <div id="container" style="display:none; text-align:center;">
- Content will fade in Here
- <img src="http://www.phpacademy.org/forum/phpacademylogo-225x35.gif">
- </div>
- </body
- </html>
BTW I know that the document isn't set out properly, but I just wanted to focus on the jQuery
Please give Karma if I've helped

