scottparry/Workless

Nav drop-down menu

Closed this issue · 2 comments

when adding secondary level links under multiple primary links, all drop down menus show under first primary link only.

<nav id="primary">
            <ul>
                <li>
                    <a href="#">Link1</a>
                        <ul>
                                <li><a href="#">sublink1</a></li>
                            <li><a href="#">sublink1</a></li>
                        </ul>
                </li>
                <li>
                     <a href="#">Link2</a>
                        <ul>
                            <li><a href="#">sublink2</a></li>
                            <li><a href="#">sublink2</a></li>
                        </ul>
                </li>

            </ul>
        </nav

I'll get on it as soon as I get chance, you could always send a pull request and I'll merge your fix? :P

Great stuff, thanks. Awesome template by the way, has really helped
with my projects.

On 4 Oct 2011, at 18:02, Scott Parry
reply@reply.github.com
wrote:

I'll get on it as soon as I get chance, you could always send a pull request and I'll merge your fix? :P

Reply to this email directly or view it on GitHub:
#6 (comment)