change cursor to finger pointer

前端 未结 10 2240
孤街浪徒
孤街浪徒 2021-01-30 15:17

I have this a and I don\'t know that I need to insert into the \"onmouseover\" so that the cursor will change to finger pointer like a regular link:



        
10条回答
  •  無奈伤痛
    2021-01-30 15:47

     
    
    

    In the above code [cursor:pointer] is used to access the hand like cursor that appears when you hover over a link.

    And if you use [cursor: default] it will show the usual arrow cursor that appears.

    To know more about cursors and their appearance click the below link: https://www.w3schools.com/cssref/pr_class_cursor.asp

提交回复
热议问题