It seems keyboard focus is totally independent of mouse focus. If you first tab through a menu and then switch to the mouse and give an item focus (without clicking on the page), you will have two items in focus.

Any idea why :focus doesn't activate display:block on the sub nav? http://webdev.latrobe.edu.au/ss-test/menu.htm

Regards,
Stuart

On 10/23/06, Christian Montoya <[EMAIL PROTECTED]> wrote:
> > On Oct 23, 2006, at 4:34 PM, Andreas Boehmer [Addictive Media] wrote:

> You are right a:focus works on FF, but I can't get it working in IE. And
> a:active won't work in IE for me either. Damn, this is annoying!
>

Did you put all 5 pseudoclasses in order?

a:link { }
a:visited { }
a:focus { }
a:hover { }
a:active { }

--
--
Christian Montoya
christianmontoya.com ... portfolio.christianmontoya.com


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************



*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to