my point is to not confuse someone with a css problem  by having to change css selectors that work, and is the basis for structure of the css in superfish

jQuery would work also with same selector  $("ul li li"). The html needs to be vaild for sure but OP was css

Šime Vidas wrote:
It violates the standard and you should avoid such practice.

Proper nesting:

<ul>
    <li>First
        <ul>
            <li>One</li>
            <li>Two</li>
        </ul>
    </li>
    <li>Second</li>
</ul>

Please, put a demo of the problem online...

  

Reply via email to