I agree with Doug to think carefully about the use case.
Technically you could move fields around using javascript run by an active 
link. You could try:

Example: jQuery
$("#yourfield").css({top: 100, left: 100});

Example: javascript
document.getElementById('yourfield').top = 100;
document.getElementById('yourfield').left = 100; 

Of course this would only work on mid-tier, but hey that's where we're all 
heading. ;)

-Jim

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
"Where the Answers Are, and have been for 20 years"

Reply via email to