Questions tagged as 'twitter-bootstrap'

2
answers

Center image in nav menu bar

How do I center an image in the Menu bar? When I say centralize, I mean not the image in the middle of the bar, but in whatever position it is, it has the same "measures" for the top and bottom. How do I define this in my css ? Below the c...
asked by 22.05.2015 / 21:13
1
answer

Text Overlay with Bootstrap Doubt

I'm trying to make a text overlay on an image with the bootstrap, but I'm not getting it. Would anyone know how to do it and help me? My code is: <section class="container"> <div class="row ptf"> <div class="...
asked by 27.01.2015 / 16:51
4
answers

How to align 7 elements on the same line?

I'm developing this site in bootstrap link However, down in the specialties section, I have 7 elements on the same line. I had to use a "gambiarra technique" to align them, as I did not find a specific class that supports the 7 in the same...
asked by 13.11.2015 / 13:36
2
answers

How to put two divs next to a container?

How do I put two divs, one on the left side and one on the right side of a container with the bootstrap? Being that you would like the side divs to increase in size according to the screen.     
asked by 11.09.2015 / 23:20
2
answers

Use Bootstrap for Multiselect Dropdown with Checkbox

I found this site: ( link ) a code that uses Bootstrap to assist in creating a multi-checkable list with checkbox. The problem is that if I open the code directly in the browser it works perfectly, be it in .php, .html, .jsp, whatever. And wh...
asked by 26.06.2017 / 05:39
2
answers

How to do nested tables with bootstrap?

How can I do nested tables with the bootstrap as in this example with ASP.Net ? Is there a way to do this with bootstrap?     
asked by 17.02.2016 / 14:34
1
answer

Pop up with Bootstrap when loading page

How can I make a Bootstrap pop up when loading the page? <button class="btn btn-primary" data-toggle="modal" data-target=".bs-example-modal-sm">Small modal</button> <div class="modal fade bs-example-modal-sm" tabindex="-1" role...
asked by 03.09.2014 / 17:06
2
answers

Test if an input of the type radiobutton is selected in PHP

I created a table that is the summary of all my previous calculations and in this table I created a field where I placed a radial input to be able to select one of the calculated options. I need to identify which of the inputs was clicked, using...
asked by 17.11.2015 / 16:48
2
answers

How to hide one element after a certain time?

So, I have a div that appears every time I submit a form, I wanted to know how I can fade this div after some time.     
asked by 08.01.2017 / 00:05
4
answers

Multiples Bootstrap Alerts

I'm trying to create a default response using alerts do bootstrap my goal with a simple: $(".alert").addClass('alert-success').text('Configurações salvas com sucesso.'); I choose the class alert-success and enter a text i...
asked by 14.07.2015 / 21:15