Questions tagged as 'bootstrap-3'

2
answers

Position a radio button with image side by side within modal

I am not able to solve the problem in which a radiobutton appears below the other. I want to place it to the right of the first one inside the modal. This is how it appears to me: And here is the HTML of that part: <div...
asked by 29.11.2018 / 16:07
2
answers

How to Represent a DataTable in an MVC View Without knowing the properties of the DataTable

This is what I have in the controller, I create a test class, I convert it to json and send that json to the class that converts any json into a DataTable. var Personas = new List<Personas>(); Personas.Add(new Personas() { Nombre= "Juan"...
asked by 06.02.2017 / 15:27
1
answer

Because my table does not acquire both commands overflow-x e and

I'm using Bootstrap 3 , so I use container , row and c ol-md-5 , ... I do not know why, but I can not even set a height to the table. p> <div class="container"> <div class="row"> <div class="card col-...
asked by 03.08.2018 / 17:18
1
answer

Center divs within a div

I want to center the circles within col-md-12 the bad thing is that when I put margin:auto does not allow space between them: Now try with display:flex and you can not, nor with margin:auto . This is the ex...
asked by 16.05.2018 / 02:07
1
answer

Display datetimepicker up

How do I do to display a datetimepicker up immediately above the input that displays it? How should I initialize it? Use bootstrap 3.3.7. For now I only have it initialized in this way: $("[id^='Date']").datetimepicker({ locale: 'es',...
asked by 30.11.2017 / 23:25
1
answer

I have problems with bootstrap

good day! I have a problem with bootstrap as you can see I have 3 problems, one that I can not make those 2 div's have the same "height" (the slideshow and the right part that is a tab), second in my tab on the right, I put the responsive ima...
asked by 10.10.2017 / 23:31
1
answer

Padding / Margin bootstrap

I am learning how to use bootstrap by making a page based on a model and I can not remove the margin to the left of the start button. I have tried many things changing the css (modifying margin, padding, etc) and I can not change it even if it s...
asked by 31.03.2017 / 14:24
0
answers

Video Splash in with Bootstrap 3 in mobile version

I have a problem with a video in mp4 which I want to put it as video splash before it redirects to the HTML home. In the desktop version it plays normally but in the mobile version the video does not appear. $(document).ready(function(){...
asked by 02.09.2018 / 03:01
1
answer

Create a select that depends on another

I have the following functional code: //DEFINIENDO VARIABLES GLOBALES br = "<br>"; olli = "<ol><li>"; liol = "</li></ol>"; olc = "</li></ol>"; ulli = "<ul><li>"; liul = "</li...
asked by 16.04.2018 / 01:17
0
answers

Content of a Function within a Modal

Comrades, I have a code that goes something like this: JAVASCRIPT function nfpa(){ var resultado = ""; resultado += "<div>"; resultado += "CONTENIDO"; resultado += "</div>"; document.getElementById('...
asked by 13.04.2018 / 01:05