|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
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> |
|
#2
|
|||
|
|||
|
input.button {.............; cursor: pointer;}
|
|
#3
|
|||
|
|||
|
thank you.
|
![]() |
| Viewing: Dev Shed Forums > Web Design > CSS Help > css and html form buttons |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|