Web Analytics Made Easy -
StatCounter No finger on submit rollover - CodingForum

Announcement

Collapse
No announcement yet.

No finger on submit rollover

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • No finger on submit rollover

    Why is my submit button not turning into a finger on rollover?


  • #2
    Because push buttons don’t normally do that. You can and have to tell them to do so: button {cursor: pointer;} or input[type=submit] {cursor: pointer;}
    Stop solving problems you don’t yet have!

    Comment


    • #3
      Originally posted by VIPStephan View Post
      Because push buttons don’t normally do that. You can and have to tell them to do so: button {cursor: pointer;} or input[type=submit] {cursor: pointer;}
      Ahh ok, I didn't realize there was such a simple CSS property. Thank you VIPStephan.

      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

      Working...
      X
      😀
      🥰
      🤢
      😎
      😡
      👍
      👎