abstract:
button {/*border: 1px solid #555555;*/ font-family: Verdana, arial, helvetica, sans-serif; font-size: 11px; font-weight: bold; background: #eeeeee; color: 000000;}
<input TABINDEX="27" class=button type=submit value='Submit Customer Info' name=submit>
I am using this style for html form buttons on my current project. The one problem with it is when I rollover the button my mouse does not turn into a hand. I was wondering how to correct this problem. Thanks in advance for any help.
input.button {/*border: 1px solid #555555;*/ font-family: Verdana, arial, helvetica, sans-serif; font-size: 11px; font-weight: bold; background: #eeeeee; color: 000000;}
<input TABINDEX="27" class=button type=submit value='Submit Customer Info' name=submit> |