I need to change the color of a button on hover.
Here is my solution, but it doesn\'t work.
a.button { display: -moz-inline-stack; display: inl
a.button:hover{ background: #383; }
works for me but in my case
#buttonClick:hover { background-color:green; }