The following sample will demonstrate what I mean.

<ul>
    <li>Sample Item 1</li>
    <li>
        <ul class="sf-menu">
            <li><a href="#">Menu Item 1</a>
            </li>
            <li><a href="#">Menu Item 2</a>
            </li>
        </ul>
    </li>
</ul>

On Sep 21, 11:16 am, Jeremy <jmadd...@gmail.com> wrote:
> I believe I found an accessibility issue with superfish.  I have the
> "sf-
> menu" ul as the child of another list item.  After tabbing through the
> entire sf-menu, it disappears.  How might I fix this?
>
> This is happening in both IE and firefox.
>
> It is nested as follows.
> ul -> li -> ul sf-menu

Reply via email to