On Apr 10, 2010, at 1:04 AM, Jack Timmons wrote: > On Fri, Apr 9, 2010 at 11:01 AM, Dave Solko <[email protected]> wrote: >> I'm not sure this is something which can be done via css, or if I need >> to resort to javascript. >> >> I have a form, and the client wants the submit button to highlight as >> part of tabbing to it. The catch is that the submit button is an >> image. I can change the state with a mouse, but this needs to be a >> tab. Is this even possible with css? > > :active should do it for you.
That would probably be :focus. Philippe --- Philippe Wittenbergh http://l-c-n.com/ ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
