且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在asp.net Web表单中输入指向特定标签的鼠标指针时启用手指像鼠标指针

更新时间:2023-11-19 15:50:40

 onmouseover = this.style.cursor = '手'


How to enable finger like mouse pointer when entering mouse pointr to a particular label in asp.net web form

onmouseover="this.style.cursor='hand'"