Re: [css-d] highlighting an input button

2010-04-10 Thread Jack Timmons
On Sat, Apr 10, 2010 at 1:40 AM, Philippe Wittenbergh wrote: > That would probably be :focus. More than probably. Forgive the oversight. -- -Jack Timmons http://www.trotlc.com Twitter: @codeacula __ css-discuss [cs...@lists.cs

Re: [css-d] highlighting an input button

2010-04-09 Thread Philippe Wittenbergh
On Apr 10, 2010, at 1:04 AM, Jack Timmons wrote: > On Fri, Apr 9, 2010 at 11:01 AM, Dave Solko 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 tabb

Re: [css-d] highlighting an input button

2010-04-09 Thread David Hucklesby
On 4/9/10 9:01 AM, Dave Solko wrote: [...] > > 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? > I do

Re: [css-d] highlighting an input button

2010-04-09 Thread Jack Timmons
On Fri, Apr 9, 2010 at 11:01 AM, Dave Solko 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 > imag

[css-d] highlighting an input button

2010-04-09 Thread Dave Solko
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