Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dropdown-menu #75

Open
exocode opened this issue Oct 10, 2012 · 2 comments
Open

dropdown-menu #75

exocode opened this issue Oct 10, 2012 · 2 comments

Comments

@exocode
Copy link

exocode commented Oct 10, 2012

it seems twitter bootstrap has the class="dropdown-menu"option.

But always when I add this class to an ul Element the whole content get's lost.
The dropdown.js is loaded correctly.

http://rc.getbootstrap.com/javascript.html#dropdowns

Twitter nested dropdown function:

http://rc.getbootstrap.com/components.html#dropdowns

My Demo Code looks like this:

<div class="dropdown">
    <ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
        <li>test</li>
        <li>test</li>
        <li>test</li>
    </ul>
</div>
@imeos
Copy link

imeos commented Oct 10, 2012

Same here

@mlim1972
Copy link

mlim1972 commented Dec 3, 2012

+1
I use the same navigation as the sample from Bootstrap and don't get the dropdown showing. Here is the sample from Bootstrap I use:

http://twitter.github.com/bootstrap/examples/hero.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants