twitter-bootstrap-2 Questions

12

Solved

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'v...
Graphology asked 21/2, 2012 at 10:47

6

Solved

I've built a navigation bar at the top with 5 links. At the page itself I have added 5 sections with id's according to the name after the # tag in the element. The problem is that the last navigati...
Carsoncarstensz asked 14/6, 2012 at 11:17

1

Using Bootstrap 2.3.2 I used the following solution to block my page adapting to the large display settings: @media (min-width:970px) and (max-width: 2500px) { .container { width: 970px; } } ...
Hint asked 15/2, 2016 at 22:41

4

I'm trying to have the bootstrap Carousel lazy load. It seems like this should be straight forward, but I'm not even getting any errors here to troubleshoot. JS: <script type="text/javascript"&...
Anciently asked 2/10, 2012 at 19:48

3

Solved

How can I remove all instances of glyphicons from the bootstrap 3? It looks like it's heavily embedded into the .css file :( I'm trying to keep the file size minimum as possible.
Enterostomy asked 24/4, 2015 at 13:41

6

Solved

I'm creating a website (and I'm a noob at this). I'm working on the functionality portion of design and i'll have someone do graphics later. Currently when it goes into responsive (mobile view) it...
Atahualpa asked 9/6, 2013 at 1:17

2

Solved

Using bootstrap 2, what would be the simplest method of having a static width column on the left and have the right column be fluid. Something like this with 200 px width left column and the right ...
Danettedaney asked 30/9, 2014 at 22:19

5

Solved

Can someone suggest how I can place a logo image on the top of the navbar? My markup: <body> <a href="index.html"> <img src="images/57x57x300.jpg"></a> <div class="na...
Ulrick asked 27/3, 2012 at 16:29

4

Solved

I am using bootstrap.css and I found that there is another css file named bootstrap-combined.min.css, is there any difference in style? Is there any need to include both css files? Which one is mor...
Macur asked 7/8, 2014 at 10:38

2

Solved

Where can I find Bootstrap 2.3 CDN? The link below only provides Bootstrap 3 CDN. http://www.bootstrapcdn.com/ Thanks.
Irritable asked 7/2, 2014 at 10:3

4

Solved

is there any way to catch when the collapse menu appears (or when collapse button is clicked by user) ? i'm using standard bootstrap twitter framework and classes.
Noncooperation asked 17/5, 2012 at 18:42

3

Solved

Im using bootstrap: <div id="main" class="container" role="main"> <div class="row"> <div class="span6"> <h2>Welcome</h2> <p>Hello and welcome to my website.&...
Theologue asked 21/4, 2013 at 17:30

4

Solved

I'd like to use Glyphicons icon font and I would need the hex value of each icon. I can't seem to find any resources on this on the Bootstrap website nor the Glyphicons website. I'd like to know ho...
Safari asked 2/11, 2013 at 9:47

2

Solved

I have a bottom-oriented popover that I'd like to be a bit more forgiving than the default popover, which vanishes as soon as the mouse leaves the trigger. $('#example').popover({ html: true, t...

3

Solved

I have the following html <div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-body"> <tabl...
Halfmast asked 19/2, 2013 at 16:6

1

Solved

There are pull-right and pull-left classes to align block elements. I'm wondering if there is corresponding pull-top and pull-bottom workable for navbar? <header id="navbar" role="banner" class...
Raptor asked 5/9, 2013 at 16:47

1

Solved

I'm wondering how to make an input field fill available width with input-prepend icons in twitter bootstrap 2.3.2 with responsive layout? there is a css style in bootstrap input-block-level witch ...
Conventioneer asked 24/8, 2013 at 11:19

8

Solved

I know that current Play! distribution has a helper for Bootstrap 1.4. What should I do if I want to use the current version of Bootstrap?

2

Solved

I need to do fixed width right column column in bootstrap, but left column will be responsive. I use bootstrap 2.3.2 (source: toile-libre.org) Right column will not be resized at all scr...
Kor asked 30/7, 2013 at 7:52

5

Solved

I am having trouble implementing the bootstrap carousel. Can anyone look at the following html and js and give me instructions on how to implement the slide. The .js has not been edited and the car...

5

Solved

I use the twitter bootstrap and I wanted to align verticaly a div block with a picture and the text at the right. Here is the code: <ol class="row" id="possibilities"> <li class="span6"...
Bronchia asked 21/7, 2012 at 12:46

2

I played with bootstrap a little, then I found this annoying problem about how to centering a span class. After trying offset to do centering some span, I can centering a certain span class like (s...
Ran asked 12/9, 2012 at 11:23

3

Solved

Should I include two css file or one is enough? <link rel="stylesheet" href="bootstrap/css/bootstrap.min.css" media="all" /> <link rel="stylesheet" href="bootstrap/css/bootstrap-responsiv...
Engenia asked 12/7, 2012 at 15:26

5

Solved

I'm using popover to display an image which doesn't require a title. If you don't set "title", it still displays an area where the title would be. How do you turn this off completely?
Swetlana asked 27/6, 2012 at 11:11

3

It is easy to align table by setting "align" attribute, but table aligning by css is a bit hacky. Is there built-in support for tables aligning in Twitter Bootstrap 2.0?
Martyry asked 23/6, 2012 at 11:50

© 2022 - 2024 — McMap. All rights reserved.