Jump to content

[Solved] Change cursor when mousing over a "submit" input


DarkxPunk

Recommended Posts

Is it possible to have the hand cursor appear when mousing over a "submit" input? HTML

<input id="submit" type="submit">

CSS

#submit { cursor: hand; }

Doing this does not do it... Any ideas? [sOLVED] Was supposed to use pointer not hand. My bad!

Edited by DarkxPunk
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...