>   $("#photo").fadeIn("slow");
>   $("#photo").show;

$("#photo").fadeIn("slow", function() {
 $(this).show();
}

it should work well

Reply via email to