compass-twitter-bootstrap
compass-twitter-bootstrap copied to clipboard
dropdown-menu
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>
Same here
+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