I\'ve created a small looking button to display instead of a checkbox. I was wondering if there was a way to also have a :hover look somehow? thanks
http://jsfiddle.
Do what Kelly said...
BUT. Instead of having the input positioned absolute and top -20px (just hiding it off the page), make the input box hidden.
input
-20px
example:
Works better and can put it anywhere on the page.