sams5817
sams5817

Reputation: 1037

How to implement a floating and drag-able panel

I wanted to implement a floating and drag-able panel, where all the html and css is place inside a div tag, then use JavaScript to trigger the drag-able effect.

Here is the similar references I found of, but I looking for better approach.

http://www.quackit.com/css/codes/css_floating_menu.cfm

http://www.fiendish.demon.co.uk/html/javascript/layerfloat.html

http://net.tutsplus.com/tutorials/html-css-techniques/creating-a-floating-html-menu-using-jquery-and-css/

any suggestions or advises are welcome, thank you in advanced.

Upvotes: 0

Views: 17924

Answers (1)

Andy
Andy

Reputation: 30135

http://jqueryui.com/demos/draggable/

Upvotes: 5

Related Questions