compass-twitter-bootstrap icon indicating copy to clipboard operation
compass-twitter-bootstrap copied to clipboard

dropdown-menu

Open exocode opened this issue 13 years ago • 2 comments

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>

exocode avatar Oct 10 '12 01:10 exocode

Same here

imeos avatar Oct 10 '12 19:10 imeos

+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

mlim1972 avatar Dec 03 '12 02:12 mlim1972