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 ...

learn more… | top users | synonyms

0
votes
2answers
8 views

including external css grails rendering plugin issue

I am trying to use bootstrap.css to style a pdf that is being generated by the grails rendering plugin. The pdf is generated fine but none of the css styling is being applied. Have been searching for ...
1
vote
1answer
53 views

Bootstrap, Responsive Navbar collapse not working properly

I have 2 navbars, A and B, originally, when you shrink the browser to max-width: 767px B sets on top of A, I needed A on top of B, this was answer in my previous question, I choose the css answer but ...
0
votes
1answer
17 views

bootcss.com supports IE8, but bootstrap official site doesn't? why?

Could anyone tell me why bootcss.com supports IE8 but the official site can't? What should I do to let my site with bootstrap.js act like bootcss.com? (I know it's a stupid question, but just want to ...
52
votes
10answers
47k 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 ...
-1
votes
1answer
19 views

How to show OpenCart Parent Categories to Twitter Bootstrap DropDown Main Nav Menu?

I don't know how to ask the question or what terms to use, because I don't know yet PHP. What I'm trying to ask is, how to show the OpenCart Parent Categories to a Twitter Bootstraped Navbar Links? ...
0
votes
1answer
28 views

Bootstrap Dropdown toggle triggered from javascript won't stay open consistently

JSFiddle The fiddle works as intended using the same exact code from my site! Copy and pasted. My site To replicate this issue you have to do these steps exactly. Go to a fresh load of the page. ...
0
votes
2answers
22 views

Django refuses to save the date shown on form

I have a form which allows users to edit their profiles. One of the fields is 'date of birth'. While editing, the form picks up the date coming from database (mySQL) and shows it in the format 'June ...
0
votes
4answers
49 views

How can I align elements between two DIVs

I've got two containers on my website (Code for Good) with a few elements in them. How can I make the text paragraph, and the buttons align between them?
0
votes
1answer
16 views

How to display a information dinamically in modal popup bootstrap

i would like to diplay a modal popup with bootstrap. This modal should to display an information. I would like to put this information dinamically. But i don't know. This is my code: <span ...
0
votes
3answers
36 views

How to put a vertical separator in the middle of span4?

I'm using twitter-bootstrap framework and I'm trying to put a vertical separator between three span4. So I coded this To see the result is more clear if you enter here CSS .span4 { ...
0
votes
2answers
41 views

Bootstrap radio buttons do not check when collapsing an accordian

I've tried a lot of things to try and get this to work. All I want to do is "when checking a radio button the accordion content will close and open accordingly and the button will 'check'". I have got ...
0
votes
1answer
17 views

Editing button styles in Telerik with Bootstrap

I am not a aspx coder but trying to style a button on an aspx page which uses Telerik with Bootstrap. So, the code goes like this, <telerik:RadButton CssClass="btn btn-primary" ID="rbtnGiris" ...
0
votes
3answers
32 views

Onclick on bootstrap button

Ok i'm new to bootstrap themes and all, so was trying to fire a javascript onclick method on the below bootstrap button but couldn't figure out how to do so.. <a class="btn btn-large btn-success" ...
2
votes
4answers
142 views

Best way to hide a button with .visible-desktop class?

I'm trying to hide a button using jQuery ( using $.fn.hide()) ,but the jQuery method does not work, because the elements I want to hide contains the Bootstrap .visible-desktop/.hidden-desktop class ...
0
votes
0answers
31 views

Fontawesome is not displaying properly in firefox and chrome

Font awesome is not displaying properly in Firefox and chrome in local-host . I'm getting like Chinese symbol.. why it so I have followed Rails: Using Font Awesome @font-face rails 3.2 <html ...
0
votes
1answer
18 views

How can I get an inset title for well in Twitter Bootstrap?

I am using Twitter Bootstrap for some styling and I am trying to replicate the group box with a title in it that Twitter Bootstrap uses on its documentation pages. I can find the CSS, but there is ...
1
vote
1answer
43 views

Toggle “tabbable” - bootstrap

I'm trying to achieve something that I'm relatively sure has been done several times before, however I can't seem to find any documetation on it. I'm using the responsive bootstrap for this, and the ...
0
votes
1answer
29 views

How to use actually use span to embed videos with twitter bootstrap?

I need to embed a youtube clip within a webpage and I use twitter bootstrap. How does one correctly actually use span correctly to embed the video? There are so many resolutions out there! For ...
2
votes
4answers
4k views

Google Maps API V3 not rendering competely on tabbed page using Twitter's Bootstrap

I'm using Twitter's Bootstrap for defining my CSS. I have made a page with three tabs. The second tab contains a map built with Google Maps. However when opening the page and switching to the second ...
-2
votes
3answers
19 views

Is there a way to thicken a form legend underline?

I want bootstrap legend's underline to be more thick. I would like to override twitter bootstrap css. Is it possible?
0
votes
1answer
27 views

'twitter/bootstrap/bootstrap.less' wasn't found

I was trying to play with Twitter Bootstrap Basics using Rails 4.0.0.rc1 and ruby 1.9.3p392. Then I try to access http://localhost:3000/products I'm having error: ...
1
vote
1answer
41 views

How to keep round corners using Bootstrap

From the following image , I want to hide the second button, using javascript, and I need for the first button to have round corners. After I hide the second button using javascript, the first ...
-1
votes
0answers
14 views

Bootstrap modal with image

I want to implement a modal which include a large picture in the modal div?Could you help me to implement it?Thanks. ×
0
votes
2answers
25 views

How to create an image button in a form in twitter boostrap?

Currently, I've images such as this: <img src="xyz.jpg" width="80" height="80" id = "wp" alt="wp"> <img src = "abc.jpg" width="80" id = "tm" height="80" alt="tm"> and then ...
1
vote
1answer
69 views

Applying another CSS file to a specific <div> block .net

I used bootstrap.css in my master page to generate header content. Then, I created a web page using that master page(I need to use the same header content which uses bootstrap.css file). I want to ...
-1
votes
1answer
16 views

Bootstrap - padding in span makes it bigger

<div class="row"> <div id="cover" class="span12"></div> </div> <div class="row"> <div id="first_left" class="span6 left"> ...
0
votes
2answers
17 views

Issue with logo on Twitter Bootstrap site

So, I'm working on my first website with Twitter Bootstrap. Works great. Now I'm trying to get the website responsive. When I make the screen smaller(Too simulate a mobile phone screen), the logo gets ...
0
votes
1answer
18 views

Draggable Bootstrap Popover

I'd like to create a Bootstrap popover that follows a draggable image (using jQuery UI Draggable library). By "follows", I mean that if the image is dragged 10 pixels right, the popover also moves 10 ...
0
votes
2answers
30 views

Javascript Resize Images on shuffle

Ok, I have some bootstrap thumbnails set up with a script that shuffles the images inside the thumbnails or a element inside the li That parts works fine except some images are larger/smaller than ...
0
votes
0answers
14 views

Twitter Bootstrap - using JSP include doesn't allow page scrolling

I am new to using Twitter Bootstrap for my UI. When I try to include a JSP page (which includes only the navbar) in my other JSP pages, I am unable to scroll down my page. The page just freezes for ...
1
vote
0answers
22 views

how to resize Text field and Dropdown in DivShot?

with Divshot, i added some form fields such as Text filed, or Dropdown menu to my field. however, i have no idea on how to resize these components: the text box is too short, while the dropdown menu ...
0
votes
0answers
21 views

Yii Bootrstarp Navbar .active not applying on some pages

I have a Yii project, where I user yii-bootsrtap. I have some static pages (like FAQ and About page) that the user can access from the NavBar. It looks like this: Index | About us | FAQ | Login ... ...
15
votes
5answers
20k views

Trees in Twitter Bootstrap

The bootstrap from twitter (and its jQuery implementation) looks really good, and has a lot of features ready for implementations right out of the box. I wanted to know if there is a implementation ...
1
vote
2answers
479 views

How to set selected value on select using selectpicker plugin from bootstrap

I'm using the selectpicker plugin. like this: HTML: <select name="selValue" class="selectpicker"> <option value="1">Val 1</option> <option value="2">Val 2</option> ...
0
votes
1answer
29 views

extending bootstrap select

I want to use the bootstrap framework along with http://silviomoreto.github.io/bootstrap-select/. it just doesnt work. Below are the codes. Please help. <%@ Page Language="C#" ...
0
votes
1answer
15 views

table width an bootstrap

I'm having trouble with my table width in bootstrap, particularly when making it responsive. I have a table, for example <table class="table table-striped table-hover"> <% ...
0
votes
0answers
14 views

Getting Object #<Object> has no method 'tooltip' error

I am trying to use d3-popover on a map I am rendering using d3. Here are my script includes: <script src="js/d3.v3.min.js"></script> <script src="js/d3-compat.js"></script> ...
0
votes
1answer
124 views

How to get Twitter Bootstrap's Scrollspy plugin to work with LazyLoad

I've got a long page of Divs. Some have images, some have text. I have Scrollspy attached to the navbar, which highlights as I scroll down the list of Divs. Because there are a number of images, i ...
1
vote
1answer
72 views

why won't my appendChild work?

function purchase() { var r=document.createElement('div'); r.className="row"; alert(r); var p=document.createElement('div'); p.className="purchase-hero-unit"; alert(p); var ...
3
votes
0answers
23 views

Add a date picker to a JetStrap page (Twitter Bootstrap)

Just starting using JetStrap tonight to build some very basic entry forms. Lots of cool tools and fields, but no date picker. (Check it out if you haven't!) Other topics discuss this being done with ...
2
votes
2answers
4k views

Multiselect two-column transfer widget with Twitter bootstrap theme

I am looking for a multi-select jquery based two-column transfer widget having a look and feel compatible with twitter bootstrap. Typically transfer select widgets have two adjacent columns where the ...
0
votes
0answers
12 views

Creating a two step subscription form using Twitter Bootstrap's modal [closed]

I'm trying to create a standard "sign up for our e-mail newsletter" HTML form that collects the user's name and e-mail address. Once the user hits "submit", a modal opens (we're using Twitter ...
0
votes
2answers
1k views

Twitter Bootstrap: Hide other popovers when one is open

I'm using Twitter Bootstrap popovers to create an effect similar to one that fab has. (mouse over an item on the second row). I'm using the following code: ...
5
votes
6answers
19k views

Insert a background image in CSS (Twitter Bootstrap)

How can i add a image background to my website? body { margin: 0; background: url(background.png); background-size: 1440px 800px; background-repeat:no-repeatdisplay: compact; ...
0
votes
1answer
79 views

Bootstrap for wordpress form breaking

I'm using twitter bootstrap to build a wordpress site (http://www.graditudemedia.com/) and I put a contact form in the footer. It looks fine when the viewport is bigger than 1215px wide, but the ...
0
votes
2answers
324 views

building website from 'The Bootstrap' Wordpress theme [closed]

I am planning on building a responsive website based on Bootstrap I've found this WP Theme by Konstantin Obenland http://wordpress.org/extend/themes/the-bootstrap to possibly start with. it takes ...
0
votes
2answers
47 views

Javascript syntax error when using jquery, bootstrap and modernizr

I am working on a MVC4 website that is published on IIS8 When I enable the Firebug console i am getting these errors: SyntaxError: missing ; before statement [Parar en este error] ...
2
votes
1answer
27 views

How do I extend my sidebar the full height of the page?

<div id="wrapper" class="container-fluid"> <div class="row-fluid"> <div class="span12"> <div class="span2 sidebar">sidebar</div> ...
0
votes
1answer
128 views

twitter bootstrap layout modifys when screen width changes

I'm trying to achieve something with Twitter Bootstrap, but I'm not sure of how to do it, and if it is possible (pretty sure it is, just have to know how :p ). Basically what I would like to have is ...
3
votes
2answers
33 views

I'm trying to implement a click event on a bootstrap dropdown menu

Hi I have a bootstrap dropdown menu that is auto filled from a database. I am trying to get an event to happen when I click on one of the items in the menu. I have tried $("body").on("click", ...

1 2 3 4 5 179