Hi there,
i have a simple jquery animtion using fadein and it works but once faded in ... i wish to MOVE using TOP property 30 pixels upwards.. but slowly..
this is what i have so far.
$('#Friends').fadeIn("slow");
Any ideas?
I have both jquery and jquery UI loaded...