RE: examples of sites with good accessibility

> I actually am quite curious how that is done as they are LI 
> but one does not have to tab through the sub-list items as is 
> the case with typically LI+CSS menus. 

I think it uses display none/block to hide/show, doesn't that take
sub-lists out of the tab order? They are using position:relative and
z-index, so it could be more complicated than that.

For the sub-menus to be available to the tab order (and screen readers)
you would need to move the text with position instead.

Cheers,

-Alastair

Received on Thursday, 19 October 2006 16:34:30 UTC