delphi programming forums mysql charset mget recursive synonimos
free ventrilo servers hosting cs javascript delay python find in list
Back Forum New
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>

TOP

input.button {.............; cursor: pointer;}

TOP

thank you.



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>

TOP

Back Forum