Make Div Draggable using CSS

前端 未结 9 776
死守一世寂寞
死守一世寂寞 2020-12-07 22:26

I want to make my div tag with id \"drag_me\" to be draggable up to the length of 300px from left and 460px from top, only using CSS.

I also want to make it resizabl

9条回答
  •  抹茶落季
    2020-12-07 23:12

    Draggable div not possible only with CSS, if you want draggable div you must need to use javascript.

    http://jqueryui.com/draggable/

提交回复
热议问题