I've got this simple menu:

<ul id="NavMenu" class="nav">
    <li><a href="/default.aspx">Home</a></li>
    <li><a href="#">Reports</a></li>
    <li><a href="#">Testing</a></li>
    <li><a href="#">Links</a></li>
    <li><a href="#">Profile</a></li>
    <li>
        <a href="#">Info</a>
        <ul>
            <li><a href="#">One</a></li>
            <li><a href="#">Two</a></li>
            <li><a href="#">Three</a></li>
            <li><a href="#">Four</a></li>
            <li><a href="#">Five</a></li>
            <li><a href="#">Six</a></li>
        </ul>
    </li>
</ul>

So there's 6 items on the top level...

on the last part there, i've got 6 sub items, but when they show, it
shows 5 across (with there being a blank spot under "Info") and then
"Six" gets put on a third tier under "One"

I am seeing this in both FF 2 and IE 7...  any ideas?

Also, is there a clear concrete solution to getting the menu to appear
over flash objects?  i see a few past topics on the problem but no
decent solutions

Reply via email to