Answers for "css button cursor hand"

1

change mouse pointer on hover button

<form>
<input type="submit" style= "cursor:pointer" value="Button" name="Button">
</form>
Posted by: Guest on July-29-2020
0

cursor hand html

.MyDiv { cursor: pointer; }
Posted by: Guest on July-20-2021

Browse Popular Code Answers by Language