Re: [css-d] is it possible to get A:focus working in IE?

2007-05-08 Thread david
James Gadrow wrote: Sandy wrote: Hello All, Is it possible to get A:focus working in IE? I have done a little research, and found lots of people saying that IE doesn't support focus. Is there some kind of work around? thanks! Sandy The only work arounds I know are javascript (which

Re: [css-d] is it possible to get A:focus working in IE?

2007-05-07 Thread James Gadrow
Sandy wrote: Hello All, Is it possible to get A:focus working in IE? I have done a little research, and found lots of people saying that IE doesn't support focus. Is there some kind of work around? thanks! Sandy __

[css-d] is it possible to get A:focus working in IE?

2007-05-04 Thread Sandy
Hello All, Is it possible to get A:focus working in IE? I have done a little research, and found lots of people saying that IE doesn't support focus. Is there some kind of work around? thanks! Sandy __ css-discuss [EMAIL

Re: [css-d] is it possible to get A:focus working in IE?

2007-05-04 Thread Mauricio Samy Silva
Hi Sandy I use onfocus/onblur JavaScript attributes as a workaround: onfocus=this.style.backgroundColor='#cc'; onblur=this.style.backgroundColor='#ff' MaurĂ­cio Samy Silva http://www.maujor.com/ Hello All, Is it possible to get A:focus working in IE? I have done a little research,

Re: [css-d] is it possible to get A:focus working in IE?

2007-05-04 Thread Philippe Wittenbergh
On May 5, 2007, at 4:23 AM, Sandy wrote: Is it possible to get A:focus working in IE? I have done a little research, and found lots of people saying that IE doesn't support focus. Is there some kind of work around? Both the :focus and the :active pseudo-class are br0ken in IE. :focus is

Re: [css-d] is it possible to get A:focus working in IE?

2007-05-04 Thread David Hucklesby
On Fri, 04 May 2007 15:23:25 -0400, Sandy wrote: Is it possible to get A:focus working in IE? Hi Sandy, It depends on what you want to happen on focus, and whether you want an :active state that differs from :focus -- but IE treats :active somewhat like the way other browsers treat :focus so