
October 22nd, 2002, 09:30 PM
|
|
Contributing User
|
|
Join Date: Aug 2002
Posts: 110
Time spent in forums: 6 h 16 m 17 sec
Reputation Power: 11
|
|
|
css and html form buttons
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>
|