Previous Message
Next Message

Mouse over on a submit button

Sent by Nathan Wright on 11 September 2003 18:06


> Is it possible to do a mouse over on a submit button just with CSS?

Yes, but it won't work on any version of IE that I'm aware of (surprise, 
surprise). It will work on Mozilla, Opera, Firebird, and I imagine Safari 
and Konqueror (haven't tested the last two). Just use the following 
statement in your CSS:

input[type="submit"]:hover {
background: #0FF;
}

-- 
Nathan Wright
______________________________________________________________________
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: