2013-04-05, 06:10:08
mrdragonraaar
(or anyone else)
I design my websites using the twitter bootstrap methodology, but it seems i cannot implement this in this plugin...
Twitter uses this style... Is there anyway to use this as well???
http://twitter.github.com/bootstrap/comp....html#navs
(or anyone else)
I design my websites using the twitter bootstrap methodology, but it seems i cannot implement this in this plugin...
Twitter uses this style... Is there anyway to use this as well???
Code:
<ul class="nav nav-pills">
<li class="dropdown">
<a class="dropdown-toggle"
data-toggle="dropdown"
href="#">
Dropdown
<b class="caret"></b>
</a>
<ul class="dropdown-menu">
<!-- links -->
</ul>
</li>
</ul>
http://twitter.github.com/bootstrap/comp....html#navs