Jump to content
  • 0

Трабла с dropdown меню в twitter bootstrap


keltanas
 Share

Question

Приветствую!

Взял я twitter bootstrap v2.1.0 и начал верстать на нем новый сайт. Все бы ничего, но возникли проблемы с dropdown-меню.

Когда щелкаешь на списке, который должен раскрыться, он раскрывается не под своим элементом, а в начале навбара. Похоже на косяк в JS, не правильно определяется позиция. Но, точно понять не могу.

Может кто сталкивался / знает как решить проблему?

dropdown-twitter-bootstrap.PNG

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Все, спасибо, сам разобрался.

Забыл указать class="dropdown" для элементов списка.

<div class="navbar navbar-inverse">
<div class="navbar-inner">
<ul class="level1 parent1 nav" id="menu1">
<li class="item2 first dropdown">
<a href="/#" data-toggle="dropdown" class="dropdown-toggle">Магазин <b class="caret"></b></a>
<ul class="level0 parent2 dropdown-menu" id="menu2">
<li class="item4 first"><a href="/shop/vinil">Винил</a></li>
<li class="item5"><a href="/shop/knigi">Книги</a></li>
<li class="item6"><a href="/shop/art-buki">Арт-буки</a></li>
</ul>
</li>
<li class="item3 active">
<a href="/collections">Коллекции</a>
</li>
<li class="item7">
<a href="/news">Новости</a>
</li>
<li class="item8">
<a href="/akcii">Акции</a>
</li>
<li class="item9">
<a href="/about">О нас</a>
</li>
<li class="item10 dropdown">
<a href="/#" data-toggle="dropdown" class="dropdown-toggle">Контакты <b class="caret"></b></a>
<ul class="level0 parent10 dropdown-menu" id="menu10">
<li class="item11 first"><a href="/contacts/kak-zakazat">Как заказать</a></li>
<li class="item12"><a href="/contacts/oplata">Оплата</a></li>
<li class="item13"><a href="/contacts/dostavka">Доставка</a></li>
<li class="item14"><a href="/contacts/vozvrat">Возврат</a></li>
<li class="item15"><a href="/razmery">Размеры</a></li>
</ul>
</li>
</ul>
</div>
</div>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy