30 Jun, 2009
Change the arrow into a hand when hovering over ‘Submit’ button
HTML
<input type="submit" id="submit" value="Search" />
CSS
#submit {
cursor: pointer;
}
Love what you've just read? Subscribe to our newsletter to receive tips, resources and special offers related to web development & design.
Other similar 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
Hello! Welcome to Web development blog! My name is Ei Sabai and on this blog, I write about web development, mobile app development, latest web technologies and the likes. Read more 


thanks, great job in keeping it straight to the point and short.