Questions tagged as 'twitter-bootstrap'

2
answers

How important is Integrity and CrossOrigin attributes?

I've been giving it a look, but I still have that doubt. Currently some frameworks, their link and script are coming with attributes integrity and crossorigin . Ex: <link rel="stylesheet" href="https://maxcdn.b...
asked by 21.01.2016 / 18:22
2
answers

"Floating" sidebar within an element when scrolling

I have a layout Bootstrap with a sidebar on the right and I need it to "rotate" (up / down) when doing scroll , but not on top of the header and footer. that just "floats" within div[role=main] My layout: Mycode:<headerclass="c...
asked by 15.12.2014 / 04:28
2
answers

What is that "sr-only" for Twitter Bootstrap?

Studying the documentation I was wondering: what does the sr-only class of the bootstrap really serve ?     
asked by 19.08.2014 / 20:01
1
answer

how to align the radios inputs in the bootstrap?

link I did it this way: <div class="row"> <div class="col-md-2"> <p>Discordo Totalmente</p> <p><input type="radio"/></p></div> <div class="col-md-2"> <p>Discord...
asked by 18.09.2015 / 21:12
1
answer

How to reformulate the UI of the radio and checkbox?

I'm using custom radio and checkbox from the bootstrap , I noticed that some customers had difficulty assimilating checkboxes or radios and that should perform the action of selected. Example: <script src="https://ajax.googleapis....
asked by 12.02.2016 / 17:46
1
answer

Call Modal and Tooltip on the same data-toggle

I have a button that calls a modal like this: <button type="button" data-toggle="modal" data-target="#revisao>Revisao</button> To call a Tooltip, use: <button type="button" class="btn btn-default" data-toggle="tooltip" data...
asked by 11.12.2015 / 11:52
1
answer

Bootstrap side menu unconfigured in the mobile version

I'm in the fight to make a website and present it in my TCC. I separated the sections of the site (body, head, header, footer ...) into isolated files to be able to move more easily. I took great care to separate all the right elements in each f...
asked by 16.10.2015 / 02:08
0
answers

Bootstrap v2.3.2 grid does not work in IE9 [closed]

I have a grid in Bootstrap v2.3.2, which I am trying to fix to run in IE9. In the official page the grids show correctly in IE9, so I expected the same result. I saw some answers with Respond.js and other techniques for IE8, but I think it on...
asked by 20.05.2015 / 09:12
3
answers

How to change date format in bootstrap from mm / dd / yyyy to dd / mm / yyyy

This is the error you are giving:   Uncaught TypeError: Can not set property 'pt-BR' of undefined Insert some links to format the date, second time I picked up the net and even then the date is still wrong (another format) and I got this...
asked by 03.07.2014 / 21:36
2
answers

Fixed-size table cell

How can I set the width of the column of two tables so that one does not have one cell larger than the other? When I try to create, the cell of the second table always gets larger than the cell of the first table, even setting <td...
asked by 09.06.2014 / 07:52