开发者

How to implement a floating and drag-able panel

开发者 https://www.devze.com 2023-03-24 20:13 出处:网络
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.

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/layerfl开发者_JS百科oat.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.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消