SyntaxFix
Write A Post
Hire A Developer
Questions
Simply set the logo's style to display:hidden and call fadeIn, instead of first calling hide:
display:hidden
fadeIn
hide
$(document).ready(function() { $('#logo').fadeIn("normal"); }); <img src="logo.jpg" style="display:none"/>