Its really simple, i need one div to slowly fade in when the page is
loaded, i used this code:
$(document).ready(function(){
                $("#container").fadeIn("slow");  });
But it havenĀ“t worked for me at all... When i tryed to replace fadeIn
with fadeTo it worked..
Thank you, Joseph

Reply via email to