S
Simon Wigzell
I can't find a CSS news group that has any traffic so I'm hoping some of the
gurus here can help.
How can I just set all my form buttons to have a particular property?
I know that if I do:
input {cursor: hand
Then every single form element will have the cursor change to a hand over
it. How do I do this if I only want the Pushbuttons to have the hand cursor?
Something like:
button {cursor: hand
or
input.button {cursor: hand
would make logical sense but neither of these is legit. Is it not possible
to set the style for a particular form element? Thanks!
gurus here can help.
How can I just set all my form buttons to have a particular property?
I know that if I do:
input {cursor: hand
Then every single form element will have the cursor change to a hand over
it. How do I do this if I only want the Pushbuttons to have the hand cursor?
Something like:
button {cursor: hand
or
input.button {cursor: hand
would make logical sense but neither of these is legit. Is it not possible
to set the style for a particular form element? Thanks!