30 Jun, 2009
Change the arrow into a hand when hovering over ‘Submit’ button
Web Development » CSS, Snippets, xHTML » Change the arrow into a hand when hovering over ‘Submit’ button
HTML
<input type="submit" id="submit" value="Search" />
CSS
#submit {
cursor: pointer;
}
Other similiar posts that you might be interested in:
- How to style a Submit button in CSS – Example 2
- How to style a Submit button in CSS
- Fieldset and Legend bug in IE8
- How to disable text auto correction in iPhone web app
- Store login information in cookie using jQuery
- Some simple but effective CSS rules for IE 6
- Clear default text in input boxes on click with jQuery






