Questions tagged as 'twitter-bootstrap'

1
answer

The width of my site is not the same, header is smaller than the rest. How to solve?

The width of my site is not the same as it can be seen below: Theheader(logobar,navigationandmainimage)issmallerthanthesite'scontainer,I'musingBootstrap.TheCSSwiththemeasureslookslikethis: @media (min-width: 1200px) { .container{...
asked by 14.03.2016 / 14:04
2
answers

How to make all images the same size

I am using bootstrap and I would like the images regardless of what size they were placed on the server to be of the same size link     
asked by 05.02.2016 / 22:02
0
answers

Dropdown-menu does not work. Missing jQuery.js

I was recently having trouble with my 'dropdown-menu' menu did not drop when pressed. From the searches I did, I discovered that it does not work because of the missing 'jQuery.js' file in the js directory. The bootstrap version I download...
asked by 19.04.2016 / 12:04
0
answers

Dynamically create columns of checkboxes with angular

I'm trying to dynamically create columns from checkboxes in a dropdown, using angular. I use bootstrap. Each checkbox item may or may not have related children. The solution I found was to put everything inside a div ( .col-sm-4...
asked by 03.03.2016 / 06:34
1
answer

How to load javascript correctly dynamically

I have two pages called header.html and footer.html. They are included on all pages via javascript. For the header to work properly and the menu open when I hover the mouse I use the bootstrap-hover-dropdown.min.js script, but this menu only wor...
asked by 09.11.2015 / 18:09
1
answer

Image (Logo) that is in the menu and body of the site Bootstrap

I would like your help to solve a problem. I'm learning and trying to draw with Bootstrap the image below: ButIcannotdoit.Thefollowingishappening: I'mjustusingthiscodesofar:<navclass="navbar navbar-default"> <div class="contai...
asked by 06.11.2015 / 00:36
0
answers

Unable to navigate a combo with the mouse scroll in IE9

When a combo is selected and the mouse scroll is used, the screen scrolls down instead of the combo list. This only occurs in the IE9 and IE10 browser. Could you help me with this problem? I'm using bootstrap, would it be some specific compoment...
asked by 30.11.2015 / 13:06
1
answer

How do I keep submit buttons with the same button-like appearance?

I noticed that when I put the buttons on a form they look different. This is what I did: <div class="btn-group" id="language_selector" role="group" aria-label="..."> <?php...
asked by 28.09.2015 / 14:56
0
answers

Using navbar-collapse bootstrap [closed]

When using the navbar-collapse bootstrap on small screen (cell phone), I wanted to minimize when choosing a menu item. Has anyone ever gotten this?     
asked by 19.08.2015 / 22:10
1
answer

Manipulation of parents and siblings JQUERY

I have a question in JQuery. I have the following code, example: <div class="col-sm-2"> <div class="md-checkbox"> <input type="checkbox" id="checkbox1" class="md-check"> </div> </div> <div clas...
asked by 30.09.2015 / 16:23