Questions tagged [twitter-bootstrap-2]

Bootstrap 2 is the second generation of the front-end framework allowing for speedier web development. For question about Bootstrap 3, please use "twitter-bootstrap-3".

Bootstrap 2.3.2 has been replaced by Bootstrap 3

HTML

Bootstrap 2 provides a basic 12-column grid system:

<div class="row">
  <div class="span4">...</div>
  <div class="span8">...</div>
</div>

Bootstrap documentation about scaffolding

CSS

Bootstrap 2 provides styles for common HTML elements like typography, code, tables, forms, and buttons. It also includes Glyphicons, a great little icon set.

Bootstrap 2.3.2 documentation about CSS

JS

Some JavaScript components are provided:

  • Button groups
  • Button dropdowns
  • Navigational tabs, pills, and lists
  • Navbar
  • Labels
  • Badges
  • Page headers and hero unit
  • Thumbnails
  • Alerts
  • Progress bars
  • Modals
  • Dropdowns
  • Tooltips
  • Popovers
  • Accordion
  • Carousel
  • Typeahead

Bootstrap 2.3.2 documentation about Components

Use CDN for Bootstrap 2

381 questions
0
votes
2 answers

h1 icon vertical-align not work in bootstrap 2.3.2

I have this css/HTML code for show icon in h1 : CSS: h1 { font-size:32px; font-weight:400; margin:6px 0; } h1>i { display:inline-block; vertical-align:middle; text-align:center; } HTML:

Self Coder
  • 33
  • 2
  • 12

0
votes
1 answer

Twitter Bootstrap 2.3.2 image in non-fluid grid

I am building a template with bootstrap 2.3.2 and I want to have images that have certain dimensions according to the grid. (I'm not using the fluid grid, however I am using the responsive features). I expect that the image which is contained e.g.…
mastazi
  • 1,623
  • 26
  • 41
0
votes
2 answers

bootstrap 2.3.2 popover html content issue

I'm trying to populate a popover dynamically through JAVASCRIPT $("[data-bind='popover']").popover({ trigger: 'hover', html: true, content: function(){ return ""; }; }); HTML
steo
  • 4,586
  • 2
  • 33
  • 64
0
votes
2 answers

Twitter Bootstrap 2.3.2 Model not staying on screen

These are all my linked Javascript files:
Lucas Santos
  • 1,359
  • 3
  • 24
  • 43
0
votes
0 answers

Twitter Bootstrap fixed navbar transparent in chrome?

I've encountered most strange issue, and i can't seem to find anyone else that have encountered it. I'm doing a site using Bootstrap 2.3.2, have a fixed top navbar that is suppose too have a white background. In safari, Explorer and Firefox it…
Andreas Klintberg
  • 440
  • 1
  • 11
  • 29
0
votes
2 answers

Adding custom class based on Bootstrap CSS 2.3.2

I've included Bootstrap CSS, and now want to add a custom class in my own CSS file. It is simply an exact copy of .btn-success with modified colors and class name only: .btn-mine { color: #ffffff; background-color: #ff8d53; border-color:…
MLister
  • 10,022
  • 18
  • 64
  • 92
0
votes
1 answer

twitter bootstrap 2.3.2 'affix' not working on mobile

I am working on a big project that uses jQueryUI 1.10.3, bootstrap 2.3.2, and jQuery 2.0.3. please take a look at http://devel.gdfiles.net/test/welcome2 - when the user scrolls down, the heading should stick to the top below the menu bar. Like so: …
docodemore
  • 1,074
  • 9
  • 19
0
votes
1 answer

Issues with twitter bootstrap 2.3.2 typeahead not working

I have a php/mysql backend and a bootstrap/jQ frontend. And a 4-hour headache. The form element looks like this:
Dycey
  • 4,767
  • 5
  • 47
  • 86
0
votes
0 answers

bootstrap 2.3.2 elements not aligned right

I have the below html to display in my view. Its rendering fine in chrome and firefox. the images are rendered in next line for internet explorer * version
0
votes
4 answers

boostrap 2.3.2 carousel internet explorer images back to original size on transition

I have implemented a slideshow with bootstrap carousel. It works fine in Chrome, but not on Internet Explorer. When the images are sliding out of view, the image appears as the original size for a second. Of course, when the browser window is sized…
0
votes
2 answers

How to center an image with fluid layout in Twitter Bootstrap 2.3.2?

I am using bootstrap for my own site and I struggle in centering a single jpg image. I use the following code
World
0
votes
1 answer

Make Twitter Bootstrap navbar go to top of page on collapse

I am wondering what would be best practice in this situation. I have a navbar in a twitter bootstrap page and there is content above the page when viewed on a desktop. The navbar collapses when the screen width is low enough, but after the collapse…
guru
  • 197
  • 2
  • 16
-1
votes
3 answers

bootstrap is not working in my laptop

I am using asp.net application with bootstrap in my office in my office desktop my website page is perfectly fitting to desktop monitor screen whereas in my laptop screen the screen becoming very bold. #header { margin-top:0px; …
sandhiya
  • 133
  • 2
  • 3
  • 17
-1
votes
1 answer

Change external HTML header active

I include my header in every page like this My jquery code looks like this