I have a table, where I load information from the database into it. It has two columns (CNPJ and Social Reason). The table I mounted with bootstrap. I would like it to have a maximum height and create scrollbar (I find that difficult), as I do n...
It's just a question that came up when you snooped the bootstrap css, this is something I do not know and I did not find the answer on google about it ...
goes a piece of code:
:root {
--blue: #007bff;
--indigo: #6610f2;...
I've been following similar questions here in stackoverflow and other network sites, as well as tutorials on the internet, but the vast majority of the solutions do not work as I need them, or even are incompatible with the bootstrap system....
I'm using the bootstrap carousel with caption. Between the slide image and the caption there is a div with the image of an orange triangle. I need the caption to stay above the triangle. I have already used z-index but I can not position this ca...
Example: When I select the "volvo" option, the modal appears ...
<label>Recinto</label>
<select class="form-control" data-toggle="modal" data-target="#cria-recinto">
<option data-toggle="modal" data-target="#cria-recint...
I'm using bootstrap, I already tried to use display:table-cell and display:cell in divs children, however, nothing worked, I have two divs , and both have dynamic content, but I need both to stay of the same size....
I'm having problems centralizing the page because centralizing both sides has already been done, I already added several classes and attributes in the style tag but I did not succeed, and to better exemplify what happened, I removed a print and...
I'm using Bootstrap to make a bar at the top of the page, and I'm having a problem:
What I need is to open the dropdown, have a list of options, and an image next to it that always has the same size as the list below.
I achieved this by se...
I'm creating an application with dynamic calendar creation.
My application uses:
Bootstrap 3
jQuery 1.11.0
jQuery-ui 1.10.3
jQuery Timepicker Addon 1.5.0
I create a calendar on the page (jQuery UI DatePicker), when the person sel...
With the following code:
<a href="#" class="btn btn-primary">
<span class="glyphicon glyphicon-pencil"></span> Editar
</a>
I can create buttons like these:
ButIcannotdowithinput:<inputtype="submit" class="...