Announcement
Collapse
No announcement yet.
No finger on submit rollover
Collapse
X
-
Originally posted by VIPStephan View PostBecause push buttons don’t normally do that. You can and have to tell them to do so:button {cursor: pointer;}
orinput[type=submit] {cursor: pointer;}
Here is a list of other attributes for anyone else that stumbles onto this post.
http://www.w3schools.com/cssref/pr_class_cursor.asp
Comment
-
Comment