give the div absolute position that is above the page ( something like .....top:-1000px), then use
var pixelsFromTop= 100;
var displayTime=1000;
$("#yourdiv").animate({"top": pixelsFromTop},displayTime)

if you are using jQueryUI already in page can also do this with $switchClass which can use a time to act just like animation and all your settings are then in css file

sharq wrote:
Hi.
I have hidden div, that i want to show by sliding it in from top
border.
The problem is that i don't know how to make it "slide in" instead of
"wipe in".
I want it all to move with it's content instead of showing more and
more of it.
Regards

  

Reply via email to