Previous Message
Next Message

Hover on a submit button in Gecko and IE

Sent by pandy on 11 September 2003 16:04


Guy Platt wrote:
>I meant to add that I want to do it so it works in IE. I have it working
>fine in gecko engines.
>
>I  want  the pointer to change to a hand -- or show some other effect --
>when the mouse hovers over an input submit button.


..foo     { cursor: hand; cursor: pointer } 
/*older IE versions use the proprietary 'hand' */

<input type="submit" class="foo">

Is that what you are looking for? IE doesn't understand :hover for arbitrary elements but it sure
knows when the cursor is over them! <G>

pandy


______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread: