How do I change the cursor pointer to hand when my mouse goes over a in a 11条回答 时光说笑 (楼主) 2020-12-23 00:02 Use the style cursor: pointer; in the CSS for the element you want the cursor to change on. In your case, you would use (in your .css file): .sortable { cursor: pointer; } 0 讨论(0) 查看其它11个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
in a 11条回答 时光说笑 (楼主) 2020-12-23 00:02 Use the style cursor: pointer; in the CSS for the element you want the cursor to change on. In your case, you would use (in your .css file): .sortable { cursor: pointer; } 0 讨论(0) 查看其它11个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
11条回答 时光说笑 (楼主) 2020-12-23 00:02 Use the style cursor: pointer; in the CSS for the element you want the cursor to change on. In your case, you would use (in your .css file): .sortable { cursor: pointer; } 0 讨论(0) 查看其它11个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
Use the style cursor: pointer; in the CSS for the element you want the cursor to change on.
cursor: pointer;
In your case, you would use (in your .css file):
.sortable { cursor: pointer; }