Top "Twitter-bootstrap" questions

Bootstrap is a frontend framework designed to kick-start development of Web apps and sites.

How to use responsive background image in css3 in bootstrap

I dont want to use html tag. This is my css. I am using bootstrap 3.0. background:url('images/ip-box.png')…

html css twitter-bootstrap background-image
Fixed width buttons with Bootstrap

Does Bootstrap support fixed width buttons? Currently if I have 2 buttons, "Save" and "Download", the button size changes based on …

css twitter-bootstrap
Bootstrap Dropdown with Hover

OK, so what I need is fairly straightforward. I have set up a navbar with some dropdown menus in it (…

javascript jquery html css twitter-bootstrap
Missing visible-** and hidden-** in Bootstrap v4

In Bootstrap v3 I often use the hidden-** classes combined with clearfix to control multi column layouts at different screen …

twitter-bootstrap bootstrap-4
How to make Twitter bootstrap modal full screen

<div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="…

css twitter-bootstrap
Twitter Bootstrap Tabs: Go to Specific Tab on Page Reload or Hyperlink

I'm developing a web page in which I'm using Twitter's Bootstrap Framework and their Bootstrap Tabs JS. It works great …

javascript html tabs twitter-bootstrap
How to create a printable Twitter-Bootstrap page

I'm using Twitter-Bootstrap and I need to be able to print the page the way it looks on the browser. …

printing twitter-bootstrap
How to create a responsive image that also scales up in Bootstrap 3

I am currently using twitter bootstrap 3 and I am facing a problem to create a responsive image. I have used …

javascript jquery html css twitter-bootstrap
Bootstrap 4 Change Hamburger Toggler Color

I have a bootstrap website where the hamburger toggler is added when the screen size is less than 992px. The …

css twitter-bootstrap bootstrap-4
How to set selected value on select using selectpicker plugin from bootstrap

I'm using the Bootstrap-Select plugin like this: HTML: <select name="selValue" class="selectpicker"> <option value="1">Val 1&…

jquery twitter-bootstrap bootstrap-select