Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to change mouse pointer into cursor icon when you hover

<style type="text/css">
	button.btn1:hover{
cursor: pointer;
	}
</style>
<button class="btn1" >hover me</button>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #change #mouse #pointer #cursor #icon #hover
ADD COMMENT
Topic
Name
9+7 =