How to make only header dragable

In scriptaculous, you can pass the id of a DOM object that should be used as the drag handle.

new Draggable( "some_id", { handle: 'id_of_drag_handle' } );

Cheers, Max