Draggable and Resizable Button

Draggable and Resizable Button


Hello,
I'm trying to apply the resizable and draggable behaviors to a
standard HTML input button.
I've found so far that the draggable behavior doesn't work outright.
Is there something I need to do to make that work?
I've also found that the resizable behavior will work as long as I
don't apply any options. Once I apply options, I get an error that
states that "options is null or not an object" on line 2214 of the
jquery ui js file.
Any suggestions? I'm using jQuery 1.3.2 and UI 1.6rc6.
Sample code:
<a href="http://pastebin.com/f12377236">http://pastebin.com/f12377236</
a>
(Posted on jQuery group before I noticed there was a UI group. Only
posted here after request to do so on jQuery list. Not meant as a
cross post)