I have created a rounded rectangle in html5. Here is the code-
<div style="position:absolute; width:148px; height:44px; left:90px; -webkit-border-radius: 22px;-moz-border-radius: 22px;border-radius: 22px; border:2px solid #FFFFFF; background-color:#4D0C00; cursor:pointer; top: 98px;"> </div>
Now I want to change the background color on mouseover. Any help??
Check this Demo