Tagged Questions
0
votes
0answers
7 views
Twitter Bootstrap - How to start dropdown close
So first of all, here's the link to my site: http://songfreek.com/
This is what my sidebar dropdown navigation is doing:
http://i.stack.imgur.com/AC36e.png
This is what I'd like my sidebar dropdown ...
0
votes
1answer
67 views
Adding icons to bootstrap drop down menu items
I am trying to add some icons to a bootstrap dropdown menu ( see fiddle below )
as you can see the icon gets added, but it pushes the men u item to the right and that menu item is not aligned with the ...
2
votes
1answer
77 views
Wrapping the bootstrap drop-down menu and trigger in separate parent divs
As title says, I've seen bootstrap dropdown samples which data-toggle="dropdown" and class="dropdown-menu" are siblings.
So, I am wondering if it's possible to toggle dropdown when it's wrapped in ...
-1
votes
1answer
55 views
Bootstrap nav dropdown under wrong item
Alrighty, as asked, here is my question reformatted:
I am using bootstrap. My nav bar has a drop-down. But the drop-down is appearing under the wrong nav item.
This is only happening for me on ...
0
votes
0answers
41 views
Bootstrap Dropdown Menu Content to slide left
I am using a bootstrap Dropdown Menu and I want to slide (animate) content of the dropdown to the left and bring a new content. This is similar to google email option, after logged in you can click on ...
0
votes
1answer
35 views
Twitter Bootstrap - Button Width in Drop-down menu
Fairly new to bootstrap-- but I have a button and drop down menu which is composed of an unordered list containing buttons. How would I make the button widths all the same-- or am I completely off ...
0
votes
2answers
88 views
Dropdown menu with full width submenu
I am trying to create dropdown menu using Bootstrap Twitter. I need to have submenu that has width same as main menu, and is placed below it.
Bootstrap provide us only with standard dropdown menu ...
0
votes
0answers
30 views
How can I display the the contents of the bootstrap dropdown even after a child in the dropdown menu is selected?
I'm using the bootstrap dropdown as a part of my navigation where the dropdown offers sub navigation. My problem is that I need to be able to show the dropdown menu even after a child is selected to ...
2
votes
1answer
45 views
change bootstrap drop down to drop horizontal right
I have a drop down menu that opens a row of icons underneath it (see picture 1, names and pictures were removed to maintain privacy)
I am trying to make this menu to open to the right of choose ...
0
votes
1answer
74 views
How to make input-appending drop-down list in Bootstrap
I have the following page:
Where my code for the form looks like:
<div class="container">
<div class="row">
<div class="offset3 span3">
<form ...
0
votes
0answers
124 views
IE10 Bootstrap dropdown-menu li hover
Please see:
http://www.qfregistrars.com/services/company-health-check/
In all browsers except IE10, when you hover over one of the top menu items (e.g. Services), the submenu appears. This is due to ...
0
votes
0answers
53 views
bootstrap dropdown not visible outside its container
To describe the problem I start with the layout:
<div id="container">
<div id="custom-scroll-div">
<div id="scrollable-box">
<!-- note the margin and ...
0
votes
0answers
108 views
Twitter Bootstrap dropdown click causes parent elements to disappear in Chrome
I have an odd Google Chrome bug with a large Twitter Bootstrap dropdown which causes it's parent tab-pane content to disappear when clicked to close. This only occurs if the tab-pane's height is ...
0
votes
1answer
35 views
Aligning bootstrap dropdown with text
I created a Bootstrap dropdown using this code:
<div class="dropdown" style="margin-bottom: 20px;">Ordered by
<a class="dropdown-toggle" data-toggle="dropdown" href="#"><span ...
0
votes
2answers
162 views
twitter bootstrap drop down z-index and transparency visibility issues
I'm having trouble with my twitter bootstrap dropdown menus getting hidden underneath items and also with its transparency. Example: http://pictorious-web-qa.herokuapp.com
The menu z-index goes ...
1
vote
0answers
71 views
2 level dropdown menus in bootstrap working only with click
I'm trying to force nested dropdown menu without hover. Currently, code below, shows only
nested dropdown menu only on activated with hover. I want to force it only with click, so that in mobile ...
2
votes
1answer
188 views
Nested dropdown menu in Bootstrap in mobile
I'm building this website using bootstrap.
The problem is that i have nested drop downs. The dropdowns look nice and not cluttered in desktop version.
However this is how it looks in mobile:
...
0
votes
1answer
78 views
Bootstrap, making <td> a dropdown trigger
I have this structure using bootstrap dropdowns:
<div id="navigation" class="row-fluid">
<table class="basic" width="85%" border="0" cellspacing="0" cellpadding="0">
<tr>
...
0
votes
1answer
68 views
Bootstrap dropdown won't work?
I have a slight problem, the bootstrap dropdown function won't work anymore. This is the code I have:
// HEAD
<script type="text/javascript" src="<?php echo ...
1
vote
1answer
240 views
Bootstrap dropdown not working in IE8
I am using the Bootstrap framework to design my site. I have the drop down working in the navigation, but from some unknown reason in IE8 the dropdown does not work. When you click on the About Us ...
0
votes
0answers
167 views
bootstrap dropdown menu on navbar nav links
Hi I'm a novice in web programming (only web!) so be gentle please. I'm trying to build a sample app using bootstrap. My interest is in navbar in which I want to be able to have dropdown menu on nav ...
1
vote
2answers
179 views
Adding icons to a Bootstrap dropdown
I want to add some icons to links in a Bootstrap dropdown, using code like this:
<ul>
<li class="dropdown">
<a href="#" class="dropdown-toggle" ...
1
vote
1answer
74 views
Bootstrap dropdown disappear with right-click on Firefox
I have some kind of problem with twitter-bootstrap and firefox.
I have a button and a dropdown menu with an input text. If I right click on the input ( for right-click + Paste for example), firefox ...
0
votes
0answers
23 views
kendoui dropdownlist on a bootstrap modal input separated with list
Have you experienced where a kendoui dropdownlist input on a bootstrap modal get separated from its list when you scroll your mouse wheel? ![enter image description here][1]
0
votes
0answers
149 views
Twitter-Bootstrap dropdown menu
can anybody help me,
I watched all answers on this and other sites, but can`t to solve my problem:
I want to make dropdown-menu using bootstrap, I want the menu ("Championships") -the second ...
0
votes
1answer
167 views
dropdown menu that has a sub-dropdown menu in bootstrap
I am new with bootstrap, and I have a problem in my dropdown menu to have a sub-dropdown menu. I try to run this code but it seems not working.
<div class="tabbable mainMenu visible-phone ...
3
votes
1answer
357 views
How do I get twitter-bootstrap navbar subitems to collapse/expand on small screens?
The twitter-bootstrap 'hero' example (http://twitter.github.io/bootstrap/examples/hero.html) works well. At the risk of describing the obvious... On small screens, when the navbar menu is activated, ...
1
vote
1answer
523 views
jQuery - add bootstrap dropdown classes to existing UL LI menu structure
I think my issue can be solved with jQuery.
Situation:
I have a certain CMS (photostore script). It has a categories menu item. Categories can be added by users, and moved and deleted by admins. So, ...
0
votes
1answer
222 views
bootstrap drop down inside navbar not correctly displayed
The navbar bellow contains a drop down menu which is not displayed correcly ,
<div style="margin: auto; width: 100%; margin-top: 0px">
<div class="navbar" style="width: ...
0
votes
2answers
208 views
How to force bootstrap dropdown over iframe in IE10
I have a simple test I am running on Bootstrap and discovered an issue that only occurs in IE10.
If you have a dropdown and a iframe below it, the dropdown when clicked aligns below the iframe. I ...
0
votes
3answers
132 views
rails 3.2 bootstrap dropdown menu
If i click on my dropdown menu, nothing is happening...
here some lines of code:
app/assets/javascripts/application.js
//= require bootstrap
//= require jquery
//= require jquery_ujs
//= ...
0
votes
1answer
444 views
CSS Dropdown menu issues in chrome
How it should look like and does in FF:
How it looks in chrome:
http://mindwuehle.de/ - Have a look for yourself
I ran into a weird issue working on my current project. I am working on a ...
2
votes
2answers
494 views
Bootstrap Menu - Dropdown onclick not Hover
What is the simplest way to change the Bootstrap menu from dropping down on click, rather than on hovering?
sample url: http://riverc.mgns.se
Can this be achieved via bootstrap, purely by CSS or a ...
4
votes
1answer
964 views
Fuelux Datagrid breaks bootstrap dropdown menus
I am having troubles with FuelUX's datagrid component. One the page of my site where I implement the datagrid component, the dropdown menus provided by bootstrap stop working.
I'm using:jQuery 1.9.0, ...
0
votes
0answers
273 views
twitter bootstrap drop down menus not responding to overflow in IE 10
Bootstrap 2.3.1, Window 7
forcing IE 9 and document mode 10
We are using jquery validation plugin
Drop down menus do not over flow. it you click the menu it highlights and you can see the top of ...
0
votes
1answer
758 views
Dropdown menu using Twitter Bootstrap (JS and Jquery) doesn't drop down--what is wrong?
I'm a complete newbie to website development, so I'm following patterns given by other developers. I'm following this site tutorial on how to add in a dropdown menu.
I found one question on stack ...
1
vote
1answer
82 views
Bootstrap submenu placement error
The 2nd level of submenu is placed next the 1st level submenu's 1st element, when the lower elements of the 1st submenu which have lesser 2nd level submenu elements, the user cant navigate to the new ...
0
votes
0answers
136 views
dropdown form disappears on mouse click
I have a form in my dropdown which disappears on click
I tried the jquery
$(function() {
// Fix input element click problem
...
0
votes
1answer
787 views
Dropdown in responsive bootstrap-navbar
I use the (responsive) navbar from bootstrap. I'd like to prevent that my dropdown-menu pops up, if the browser-size is in "responsive"-mode (->smaller, so that the nav-btn appears).
The problem: ...
0
votes
1answer
313 views
Twitter Bootstrap dropdown reuse in a tree
I have a tree and each tree item has a caret icon that will display a menu when clicked. I want to use Twitter Bootstrap style dropdown menus, however I don't want to include the menu markup for every ...
1
vote
1answer
567 views
Bootstrap submenu appears over dropdown
I'm working with the newest Twitter Bootstrap and the "Respond" Theme from "Awful Media".
My problem is, that the submenu of my dropdown menu appears OVER the dropdown, and not on the right or so, ...
0
votes
1answer
248 views
login form in dropdown bootstrap on django project
I've been trying to create and validate a login form (user and password) in a dropdown list (bootstrap) in a django project, but the form is never created and never validated, i really have no idea ...
0
votes
2answers
535 views
alignment for twitter bootstrap dropdown-menu
I have designed a bootstrap navbar with dropdown menu
http://jsfiddle.net/yabasha/fex8N/3/
<nav class="navbar navbar-inverse">
<div class="navbar-inner">
<ul class="nav">
...
-1
votes
1answer
118 views
add space between bootstrap dropdown toggle and dropdown-menu
I created a dropdown menu and made it drop on hover, but the problem is that I need to make a space between the toggle and the dropdown-menu as:
<http://jsfiddle.net/yabasha/nbbjm/1/>
When ...
1
vote
1answer
254 views
twitter bootstrap dropdown button inside dropdown menu
I managed to show a dropdown button inside a dropdown menu of another dropdown button.
Take a look at http://jsbin.com/opepeg/1/edit for what I am trying to achieve.
Now problem is that when I ...
0
votes
3answers
1k views
AngularJS + Bootstrap Dropdown : can't do ng-click in ng-repeat
I'm trying to create a picker with Bootstrap Dropdown and AngularJS.
http://jsfiddle.net/qbjfQ/
<li ng-repeat="item in list"><a ng-click="current = item">Dynamic set ...
-1
votes
2answers
91 views
I am having a Dropdown jQuery issue
Having some issues getting a dropdown to work. cna anyone se what my error is here. if i use the same code in a js fiddle it works but on my web link it wont.
<html>
<head>
...
1
vote
0answers
102 views
Keep Twitter Boostrap dropdown menu stays open on clicking toggled item
I tried to keep the dropdown menu stays open while clicking on toggled item. I'm successful on keeping the dropdown menu open, but my toggled items don't work right. The first time I clicked on the ...
0
votes
3answers
554 views
Jquery get clicked text dropdown menu bootstrap
I am using Bootstrap and i have the following dropdown menu :
<div class="btn-group">
<a class="btn btn-primary dropdown-toggle" data-toggle="dropdown" href="#">
...
0
votes
1answer
253 views
Bootstrap hyperlink in navbar dropdown
Hyperlink in navbar dropdown doesn't seem to work.Even the "disabled" doesn't seem to work.
Here is my code
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div ...



