CSS: styled a checkbox to look like a button, is there a hover?

trying_hal9000 picture trying_hal9000 · Oct 4, 2011 · Viewed 107.9k times · Source

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.net/zAFND/2/

Answer

Kelly Cook picture Kelly Cook · Oct 4, 2011
#ck-button:hover {
    background:red;
}

Fiddle: http://jsfiddle.net/zAFND/4/