Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

how to change mouse into hand icon when you hover over something in html

<style type="text/css">
	button.btn1:hover{
cursor: pointer;
	}
</style>
<button class="btn1" >hover me</button>
 
PREVIOUS NEXT
Tagged: #change #mouse #hand #icon #hover #html
ADD COMMENT
Topic
Name
4+6 =