twitter-bootstrap-2 Questions
15
I have a bootstrap 2.32 modal which I am trying to dynamically insert into the HTML of another view. I'm working with Codeigniter 2.1. Following Dynamically inserting a bootstrap modal partial view...
Fajardo asked 21/11, 2014 at 14:57
7
Solved
Clicking on a link which triggers a Twitter Bootstrap Modal to pop up is causing the browser to scroll up the page. This behavior is only occurring in Chrome.
Here is a demonstration page:
http:/...
Philina asked 15/10, 2012 at 11:22
3
Solved
Here is the template data file: https://github.com/Hoektronics/BotQueue/blob/master/views/bot/dashboard_list.ejs
I'm trying to make 8 of the 10 columns of a table to only take up exactly the minim...
Haletky asked 17/11, 2014 at 22:37
3
I Have both these plugins included in same page which is causing conflict in-between them.
I removed the Bootstrap.min.js and SimpleModal worked fine.
I removed jquery.simplemodal.js and Bootstrap...
Burrell asked 22/7, 2014 at 12:33
21
Solved
I have a simple demo here:
<ul>
<li>One <input class="btn pull-right" value="test"></li>
<li>Two <input class="btn pull-right" value...
Meso asked 16/3, 2013 at 6:11
9
I cannot quite get the scroll spy to work properly with a vertical nav. Below you can find the code I use. For some reason, only "Two" gets active.
Anyone has an idea as of what is wrong?
<htm...
Bates asked 30/10, 2012 at 6:49
15
Solved
I am having an issue with the Bootstrap menu dropdowns on mobile devices (Bootstrap 2). A similar question was asked here with dropdown buttons, however the answer for that was an inherent bug with...
Decolonize asked 18/6, 2013 at 20:47
6
Solved
Is it possible to render indeterminate progress bar with Twitter Bootstrap (either v2 or v3) using either some build-in functionality or 3rd party plugin?
I trued to google for it, but with no luck...
Huskey asked 4/11, 2013 at 10:21
5
Solved
When compiling Twitter's Bootstrap 2.3.2. with Less 2 i found to following error:
NameError: #grid > .core > .span is undefined in /home/bootstrap-2.3.2/less/navbar.less on line 199, column ...
Recession asked 29/10, 2014 at 10:44
16
Solved
I love Twitter Bootstrap 2.0 - I love how it's such a complete library... but I want to make a global modification for a very boxy-not-round site, which is to get rid of all the rounded corners in ...
Fatherland asked 16/3, 2012 at 17:54
9
Solved
http://twitter.github.com/bootstrap/scaffolding.html
I tried like all combinations:
<div class="row">
<div class="span7 offset5"> box </div>
</div>
or
<div c...
Anguish asked 21/2, 2012 at 18:23
3
Solved
In bootstrap 2, what's the recommended way of lining up labels and read-only text fields in a form. The following code sample creates misaligned fields:
<form class="form-horizontal">
<f...
Stooge asked 27/3, 2012 at 10:8
17
Solved
Can you disable tabs in Bootstrap 2.0 like you can disable buttons?
Sufferance asked 11/2, 2012 at 2:29
12
Solved
I am using the Bootstrap framework for my UI. I want to change the color of my glyphicons to blue, but not in all places. In some places it should use the default color.
I have referred to these t...
Maiga asked 20/8, 2013 at 12:18
6
Solved
I am using Twitter Bootstrap modals, with the default options where you can click the backdrop or press [Esc] to close the modal.
However, when I initiate an ajax operation in the modal I want to ...
Hutcherson asked 16/11, 2012 at 17:44
32
Solved
I tried the following:
<div class="modal hide fade modal-admin" id="testModal" style="display: none;">
<div class="modal-header">
<a data-dismiss="modal" class="close">×</a...
Murphey asked 16/4, 2012 at 6:12
6
Solved
I'm using Bootstrap's btn-mini class for "mini" buttons and am looking for something analogous to create a "mini" select element, where the select button (i.e. the part you click to show the list o...
Overarm asked 27/8, 2012 at 20:30
4
Solved
I'm using 2.3.2 bootstrap
As I can change the position of the caret icon when I click the menu button.
I need that when I click the icon caret pointing up and when you click on another item the...
Weswesa asked 18/8, 2014 at 17:26
13
Solved
What's the best way to add vertical whitespace using Twitter's Bootstrap?
For example, let's say that I am creating a landing page and would like a bit (100px) of blank whitespace above and below...
Pearlinepearlman asked 5/9, 2012 at 2:3
5
Solved
I'm trying to get a basic dropdown menu in Bootstrap:
<!DOCTYPE html>
<html>
<head>
<title>Bootstrap 101 Template</title>
<!-- Bootstrap -->
<link href="...
Quarterdeck asked 24/12, 2012 at 15:29
2
I'm trying to make a site where the header must have a height of 13% and section1 must fill the rest of the screen perfectly and below that the same case with section2 plus the footer, so if the us...
Towrey asked 30/3, 2014 at 3:32
3
Solved
I use Bootstrap 2.3.2 and Liferay 6.2 bundled with Tomcat. I have some modal windows with complex body structure created in Bootstrap 2.3.2 and I would like to use them in my portal. Here is said t...
Daliadalila asked 20/12, 2014 at 21:19
3
Solved
I am creating a Bootstrap 2.3.1 modal as follows:
myModal = $('<div/>', {
'class': 'modal hide',
'id': id + '-addModal',
'tabindex': -1, // needed for escape to work...
'role': 'dialog',...
Nasia asked 9/7, 2014 at 9:55
1
How can I prevent bootstrap button goups from breaking in to 2 lines when there is less space?
I am trying to use the below Bootstrap code:
<div class="btn-group" style=" width:100px ;">
...
Hebetude asked 19/4, 2014 at 8:17
7
Solved
How do I change the width of a select field, when using Twitter bootstrap? Adding input-xxlarge CSS classes doesn't seem to work (like it does on other form elements), so the elements in my drop do...
Alarice asked 22/8, 2012 at 4:58
1 Next >
© 2022 - 2024 — McMap. All rights reserved.