Questions tagged as 'bootstrap'

0
answers

Problems with structure of Bootstraps with 100% funds

.left .bg-nacimiento { background: #00c4c4; right: 0; height: 204px; position: absolute; top: 0px; width: 100%; width: 52vw; z-index: -1; } .left .bg-guiness{ background: #00b1b1; right: 0;...
asked by 09.11.2017 / 15:29
1
answer

problem in class with bootstrap collapse 4 with form

I want the form to disappear from the xs-sm context and I see a button that when I press the form, the problem works: when I place it in the md context, the form disappears and I have to reload so that appear and I do not know what he's doing wr...
asked by 09.11.2017 / 21:38
0
answers

Why does not the classe table-responsive in HTML work with Bootstrap?

I try to build a data table that should be a responsive design. That is, it uses a small size when it is displayed on small devices: For example: But I get this: I'm sure I use the same html code as the teacher and I do...
asked by 04.11.2017 / 17:03
1
answer

does not load my modal with bootstrap?

I have a table that loads me rows and each row has to show me a modal with a detail of the record of the row, it works correctly with the first row, but the other rows do not show me the modal code: <tr id="pedidoDetalle"> <td>&...
asked by 21.11.2017 / 00:40
2
answers

Do a centering with Bootstrap

The thing is that I want to center 3 elements ('Select', it's similar to the ComboBox) and as much as I tried, I do not get the code to perfectly center these elements. My code is as follows: <!DOCTYPE html> <html lang="es-MX"&...
asked by 21.11.2017 / 03:53
0
answers

Validate Bootstrap Control File

I'm using a Plugin ( link ) to upload files and make it work, I have 2 doubts: -As I do to validate that there is a selected file for the submission, the submit button to upload the file is generated by the plugin so I do not know how to add...
asked by 26.10.2017 / 18:16
1
answer

Problems with Bootstrap carousel

I'm making a webpage for a friend and I wanted to add a carousel with Bootstrap but I can not get it to look and I can not find any error in the code. I'll leave it below to see if someone can explain to me what's wrong. $(document).read...
asked by 26.10.2017 / 13:28
1
answer

Problem with Ajax.BeginForm within a Bootstrap accordion

At the time of adding the Ajax.BeginForm inside the for it stops working the accordion that contains them. <div class="panel-group" id="accordion"> <!----> @for (int i = 1; i < 7; i+...
asked by 30.10.2017 / 19:48
0
answers

how to define the width of EditorFor?

I have this code in the view: @Html.EditorFor(model => model.Fecha) @Html.EditorFor(model => model.Fecha) and in my model: public class SaldoCursoParaleloParam { [Required(ErrorMessage = "Ingrese una Fecha Valida")]...
asked by 30.10.2017 / 23:26
2
answers

I put my content on top of my Bootstrap menu

Well my content is over with my menu and that I put it in a col-md each part trying to have a total of 12 and all that in a row .nav-side-menu { overflow: auto; font-family: verdana; font-size: 12px; font-weig...
asked by 02.11.2017 / 18:25