logo

New Response

« Return to the main article

You are replying to:

  1. Are you sure there should be a hand cursor when you hover over a button!? If so you can apply one using the following line of CSS:

    cursor : hand;

    The trouble is that buttons are in the <input> class, so this hand would also apply to fields. It may be better to define a class that you can apply to the buttons one by one...

    Jake -CodeStore

Your Comments

Name:
E-mail:
(optional)
Website:
(optional)
Comment: