我有一个 div,我为其设置了 cursor:move 样式。div 显示为模式弹出窗口。我想让用户移动 div。
<style>
.popup{cursor:move;position: absolute; width: 100%; height: 100%; top: 0; left: 0; margin:auto;}
</style>
<div id="modaldiv" style="popup">
content goes here
</div>
任何帮助是极大的赞赏。
谢谢。