Andy Matthews schrieb:
> No one? Is this even possible?

Yes, I did it with the Plazes Netvibes module...: Give the particular 
element a bottom positioning and animate the height then.

#locate {
     display: none;
     position: absolute;
     bottom: 0;
     z-index: 10000;
}


$('#locate').animate({height: 'toggle'});


-- Klaus


_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to