Move that input
Move that input
Hi,
I need to move the select box over the text box. I thought if I set .offset.left and .offset.top, that the select box would move. It doesn't.
But this does work:
jQuery(o_dd).slideUp("slow",function(){
alert("Animation Done.");
What am I missing?
Thankyou,
Chelle