On Sep 5, 4:11 am, Klaus Hartl <[EMAIL PROTECTED]> wrote:

> Is that reallly the HTML? If so, it is invalid and you cannot expect any
> selector to be reliable in any browsers. I'm not refering to the missing
> slashes in the closing tag - I assume you just left them out in the
> example here -, but the incorrectly nested inner ul.
>
> That should look like:
>
> <ul>
>      <li><a ..></a></li>
>      <li><a ..></a></li>
>      <li>
>          <a ..></a>
>          <ul>
>              <li><a ..></a></li>
>              <li><a ..></a></li>
>          </ul>
>      </li>
>      <li><a ..></a><li>
> ...

This is what I have. I thought I showed most of that. anyway.......

> It is very useful to get familiar with CSS selectors to use jQuery even
> more effectively:

You can say that again!

Thanks for your assistance.

--
HLS

Reply via email to