Bootstrap is a front-end framework from Twitter designed to kick-start development of webapps and sites. Among other things, it includes base CSS and HTML for typography, icons, forms, buttons, tables, layout grids, and navigation along with custom-built jQuery plug-ins and support for responsive ...
182
votes
2answers
44k views
twitter bootstrap, fluid vs fixed, then add in responsive, how does it all fit together?
I'm getting confused about the various options in twitter bootstrap grid, and how they go together. http://twitter.github.com/bootstrap/scaffolding.html
To begin with, you can have an ordinary fixed ...
166
votes
12answers
75k views
How to make twitter bootstrap menu dropdown on hover rather than click
I'm using bootstrap for the first time and really liking it - but one thing I'd like to do is have my menu automatically drop down on hover over, rather than having to click the menu title. I'd also ...
121
votes
10answers
83k views
twitter bootstrap typeahead ajax example
I'm trying to find a working example of the twitter bootstrap typeahead element that will make an ajax call to populate it's dropdown.
I have an existing working jquery autocomplete example which ...
100
votes
8answers
26k views
Twitter Bootstrap Customization Best Practices [closed]
I'm working with Bootstrap 2.0.3 using LESS. I want to customize it extensively, but I want to avoid making changes to the source whenever possible as changes to the libraries are frequent. I am new ...
84
votes
12answers
82k views
How do you get centered content using Twitter bootstrap?
I'm trying to follow a very basic example. Using the starter page and the grid system here
http://twitter.github.com/bootstrap/scaffolding.html#grid-system
I was hoping the following
<div ...
82
votes
7answers
18k views
twitter bootstrap css affecting google maps
I'm using twitter bootstrap, and have a google map.
Images on the map, such as marker are being skewed by the css in bootstrap.
in the bootstrap css there is:
img {
border: 0 none;
height: ...
79
votes
7answers
34k views
Compass vs Twitter Bootstrap
I'm going to be starting a new rails web app and after days of research on css frameworks, decided to go with Compass and 960.gs/Blueprint. But now Twitter JUST came out with Bootstrap and I have to ...
71
votes
5answers
58k views
Fixed sidebar navigation in fluid twitter bootstrap 2.0
Is it possible to make sidebar navigation stay always visible on scroll in fluid layout? For example here - http://twitter.github.com/bootstrap/examples/fluid.html
66
votes
6answers
51k views
navbar color in Twitter Bootstrap
How can I change the background color of the navbar of the Twitter Bootstrap 2.0.2? How can I change color of all the elements of the navbar to reflect the background color?
64
votes
2answers
22k views
Hosted version of Twitter Bootstrap (maybe Google?) [closed]
Is there a hosted version of Twitter Bootstrap? Something similiar like the hosted version of jQuery on Google?
63
votes
10answers
46k views
Add icon to submit button in twitter bootstrap 2
I want to use the twitter bootstrap icons on my form input submit buttons.
The examples on http://twitter.github.com/bootstrap/base-css.html#icons mainly show styled hyperlinks.
The closest I've ...
57
votes
5answers
25k views
Increase modal size for Twitter Bootstrap
I am trying to change the size of the modal form or rather - have it respond to the content I render there. I am using it to render a form and would prefer to deal with scrolling if required myself.
...
54
votes
10answers
48k views
Flushing footer to bottom of the page, twitter bootstrap
I am generally familiar with the technique of flushing a footer using css and this following approach.
But I am having some trouble getting this approach to work for Twitter bootstrap, most likely ...
52
votes
4answers
20k views
Replicating Bootstraps main nav and subnav
I need to quickly knock up the functionality of the twitter bootstraps main navigation and sub navigation e.g. http://twitter.github.com/bootstrap/scaffolding.html (when you scroll the subnav becomes ...
50
votes
8answers
48k views
Bootstrap tooltips not working
I'm going mad here.
I've got the following HTML:
<a href="#" rel="tooltip" title="A nice tooltip">test</a>
And the Bootstrap style tooltip refuses to display, just a normal tooltip.
...
49
votes
8answers
34k views
How to use the new affix plugin in twitter's bootstrap 2.1.0?
The bootstrap documentation on that topic is a little confusing to me. I want to achieve similar behaviour like in the docs with the affix navbar: The navbar is below a paragraph / page heading, and ...
47
votes
11answers
24k views
How can I close a Twitter Bootstrap popover with a click from anywhere (else) on the page?
I'm currently using popovers with Twitter Bootstrap, initiated like this:
$('.popup-marker').popover({
html: true,
trigger: 'manual'
}).click(function(e) {
...
46
votes
5answers
17k views
twitter-bootstrap vs jquery-mobile
I'm wondering if someone can give some advice as to which is 'better'. Twitter-bootstrap or JQuery mobile?
Thanks,
-peter
46
votes
13answers
22k views
How to use Twitter Bootstrap popovers for jQuery validation notifications?
I can make popovers appear using bootstrap easily enough, and I can also do validations using the standard jQuery validation plugin or the jQuery validation engine, but I can't figure out how to feed ...
46
votes
4answers
25k views
Twitter Bootstrap vs jQuery UI? [closed]
I've been using jQuery UI for some basic page enhancements. Button and input styling and modal dialog boxes. Now I've come across Bootstrap and it looks pretty good.
Has anyone any experience of ...
46
votes
7answers
18k views
How to change navbar collapse threshold using Twitter bootstrap-responsive?
I'm using Twitter Bootstrap 2.0.1 in a Rails 3.1.2 project, implemented with bootstrap-sass. I'm loading both the bootstrap.css and the bootstrap-responsive.css files, as well as the ...
45
votes
5answers
13k views
How do I bind Twitter Bootstrap tooltips to dynamically created elements?
I'm using Twitter bootstrap tooltips with javascript like the following:
$('a[rel=tooltip]').tooltip();
My markup looks like this:
<a rel="tooltip" title="Not implemented" class="btn"><i ...
45
votes
2answers
31k views
Twitter Bootstrap - borders
I just started using Twitter Bootstrap, and I have a question about how to best add a border to a parent element?
for instance, if I have
<div class="main-area span12">
<div ...
44
votes
6answers
26k views
How can I change the default width of a Twitter Bootstrap modal box?
I tried the following:
<div class="modal hide fade modal-admin" id="testModal" style="display: none;">
<div class="modal-header">
<a data-dismiss="modal" ...
43
votes
4answers
13k views
Twitter Bootstrap - top nav bar blocking top content of the page
I have this Twitter Bootstrap code
<div class='navbar navbar-fixed-top'>
<div class='navbar-inner'>
<div class='container'>
<a class='btn btn-navbar' ...
43
votes
4answers
17k views
Twitter bootstrap remote modal shows same content everytime
I am using Twitter bootstrap, I have specified a modal
<div class="modal hide" id="modal-item">
<div class="modal-header">
<button type="button" class="close" ...
41
votes
2answers
11k views
bootstrap: align input with button
Why don't buttons and inputs align well in bootstrap?
I tried something simple like:
<input type="text"/><button class="btn">button</button>
The button is about 5px lower than the ...
39
votes
5answers
21k views
Twitter Bootstrap text field's height too small?
I am using bootstrap and i find the height of the text field is too small.It's like less than 10px.I am wondering if it is small or i made some mistakes.
I used firebug to inspect the text area.It ...
39
votes
5answers
22k views
customizing Bootstrap css template
I am just getting started with Bootstrap from Twitter and am wondering what the ‘best practices’ is for customization. I want to develop a system that will take advantage of all the power of a css ...
37
votes
4answers
34k views
Confirm delete modal/dialog with Twitter bootstrap?
I have an HTML table of rows tied to DB rows. I'd like to have a "delete row" link for each row, BUT I would like to confirm with the user beforehand. Any way to do this using the (Twitter) ...
36
votes
5answers
15k views
Disallow twitter bootstrap modal window from closing
I am creating a modal window using twitter bootstrap. The default behavior is if you click outside the modal area, the modal will automatically close. I would like to disable that -- i.e. not close ...
36
votes
6answers
33k views
bootstrap Glyphicons
Bootstrap css uses the halflings from Glyphicons.
If I purchased their full product line, how would I incorporate that into the bootstrap framework?
35
votes
5answers
29k views
HTML5 Boilerplate vs Twitter Bootstrap with JQuery and JQueryUI
I would like advice on whether to use HTML 5 Boilerplate or Twitter Bootstrap for a web application which may use JQuery UI controls.
Also is it possible for me to replace the Bootstrap controls ...
34
votes
9answers
43k views
Twitter Bootstrap Form File Element upload button
Why isn't there a fancy file element upload button for twitter bootstrap? it would be sweet if the blue primary button was implemented for the upload button. Is it even possible to finesse the upload ...
33
votes
6answers
24k views
Can I use Twitter Bootstrap and jQuery UI at the same time?
I am using Twitter Bootstrap and I want to use an "auto-suggest" which is not available in Bootstrap, whereas jQuery UI has its own methods for auto-suggest.
Can I use both? Will it overload the ...
32
votes
11answers
17k views
Twitter Bootstrap Tabs: Go to Specific Tab on Page Reload?
I'm developing a web page in which I'm using Twitter's Bootstrap Framework and their Bootstrap Tabs JS. It works great except for a few minor issues, one of which is I do not know how go directly to ...
32
votes
3answers
19k views
Is Twitter's Bootstrap mobile friendly like Skeleton?
Skeleton is made to scale to also fit mobile browsers, following the principles of responsive web design. Does Bootstrap offer the same?
31
votes
2answers
12k views
Is it possible to use a div as content for Twitter's Popover
I am using twitter's bootstrap's popover here. Right now, when i scroll over the popover text a popover appears with just text from the <a>'s data-content attribute. I was wondering if there ...
30
votes
8answers
64k views
twitter bootstrap date picker
How to use the Twitter Bootstrap date picker, I used the above code but its not working.
<html>
<head>
<title>DatePicker Demo</title>
<script ...
30
votes
4answers
4k views
Avoid modal dismiss on enter keypress
I have set up a bootstrap modal with a form inside it, I just noticed that when I press the Enter key, the modal gets dismissed.
Is there a way not to dismiss it when pressing Enter?
I tried ...
29
votes
4answers
28k views
How do I center a Bootstrap div with a 'spanX' class?
I use bootstrap and am trying to center a div(span7) like that:
<div class="row-fluid">
<div id="main" class="span7">
Lorem ipsum dolor sit amet
</div>
</div>
...
27
votes
4answers
27k views
Tooltips with Twitter Bootstrap
I am using Twitter Bootstrap--and I am not a frontend developer! However, it's making the process almost--dare I say--fun!
I'm a bit confused about tooltips. They are covered in the documentation ...
27
votes
4answers
12k views
Twitter Bootstrap: What is the correct way to use the `.btn` class within a navbar?
I'm using a navbar for the standard nav stuff and i'd like to include a button for Sign in and Sign up.
The I'm using an a tag with the btn btn-large btn-success classes and by default it appears the ...
26
votes
3answers
11k views
How to properly integrate HTML5 Boilerplate with Twitter Bootstrap?
In my Play 2.0 project I already have Bootstrap integrated (as the less files, Play can compile them in the fly) but now I found Boilerplate and I think it would be nice idea to make use of it also.
...
26
votes
10answers
18k views
load bootstrap.js popover content with ajax?
Is this possible?
The appropriate bits of what I tried are here:
<a href="#" data-content="<div id='my_popover'></div>"> Click here </a>
$(".button").popover({html: true})
...
26
votes
3answers
980 views
!function(){ }() vs (function(){ })()
While reviewing some of the code written in the Twitter Bootstrap Javascript, it looks like they're calling immediately invoked anonymous functions like this:
!function( $ ) {
...
...
25
votes
6answers
14k views
Twitter Bootstrap modal: How to remove Slide down effect
Is there a way to change the Twitter Bootstrap Modal window animation from a slide down effect to a fadeIn or just display without the Slide? I read through the documentation here:
...
25
votes
4answers
18k views
twitter bootstrap navbar fixed top overlapping site
I am using bootstrap on my site and am having issues with the navbar fixed top. When I am just using the regular navbar, everything is fine. However, when i try to switch it to navbar fixed top, all ...
25
votes
3answers
4k views
variable @fontAwesomeEotPath_iefix is undefined
I'm working on my first project with bootstrap and I get this error whenever I try and view my project. I've looked around and haven't been able to find someone with same problem. Any help would be ...
24
votes
4answers
6k views
Change Twitter Bootstrap Tooltip content on click
I have a tooltip on an anchor element, that sends an AJAX request on click. This element has a tooltip (from Twitter Bootstrap). I want the tooltip content to change when the AJAX request returns ...

