Questions tagged as 'twitter-bootstrap'

1
answer

Upload page content without refresh on page

Good afternoon / evening to all. Gentlemen, I have the following layout: (ex.png) As you can see, I'm creating an administrative area for my system, where the top and the side bar (both in black) are fixed, and the whole white part of t...
asked by 02.08.2016 / 22:41
2
answers

jquery validate not valid within modal bootstrap

I'm having trouble making jquery validate work within the bootstrap modal using a dynamic link (I do not know if this is the reason). When it is out it works perfectly more inside the same not. below the codes: document.php <scri...
asked by 25.11.2016 / 12:26
1
answer

Div next to each other with bootstrap spacing

Colleagues. I'm trying to create this layout: Withthecodebelow,butIcannot.Cananyonehelpme?<divclass="col-xs-4" style="background-color: #F47B36; color: #FFF "> <div style="padding: 10px"> <div class="col-xs-6"> teste </d...
asked by 23.11.2016 / 18:22
1
answer

Bootstrap table on mobile

I have a rather large table I used this Bootstrap code. <div class="table-responsive"> <table class="table"> ... </table> </div> But in mobile only the first 3 columns appear and hides the rest. can I change to show...
asked by 12.07.2016 / 00:27
1
answer

Execute Query according to RadioButton selected

I have the following form: <?php echo"<fieldset>"; echo"<legend>OPÇÕES</legend>"; $query_menu = mysql_query("SELECT rm_id AS FUNCAO, rm_desc AS DESCRICAO, rm_obs AS OBSERVACAO, rm_status AS STAT...
asked by 22.06.2016 / 16:32
1
answer

Change the colors of the zebra bootstrap table

I'm using the bootstrap and a table with    table-striped And you're getting a very bright zebra, how do I change the zebra colors?     
asked by 23.06.2016 / 01:55
2
answers

Place form in the center

Example: <div class="container"> <div class="row"> <div class="col-md-12"> <!-- Centralizar este form --> <form> .... </form>...
asked by 19.04.2016 / 21:19
1
answer

Google map in the Bootstrap modal

I'm trying to incorporate google maps into bootstrap modal. Through a few searches, I ran into the code below, but the map does not appear: link     
asked by 14.03.2016 / 20:16
1
answer

What is the best component for resizing and partitioning image in different sizes?

I have already looked a lot and there are some solutions to resize images and create the thumbnail from an original image. I'm creating a corporate network and would like to resize an image that the user uploads, and then just like on all networ...
asked by 23.02.2016 / 13:19
2
answers

Have two menus and when minimizing stay only 1 containing both

How can I have two menus on my site, but when I minimize that menu icon (three risquinhos) with the two menus included? ex: <html lang="en"> <head> <title>Bootstrap Case</title> <meta charset="utf-8"> <...
asked by 22.02.2016 / 21:09