Questions tagged as 'bootstrap'

1
answer

How to put a background in a loader

I'm designing a loader, which is the following: var myVar; function myFunction() { myVar = setTimeout(showPage, 1000); } function showPage() { document.getElementById("loader").style.display = "none"; document.getElemen...
asked by 07.03.2018 / 22:21
3
answers

bootstrap-select returns the stuck text of what is selected

I have a doubt .. I am working with bootstrap-select for the first time, when selecting more than one option on the screen, I show them separated by a comma, for example: ONE, TWO, THREE, FOURTH and when getting the value from the js file with t...
asked by 14.11.2018 / 21:01
3
answers

Align span and textbox

I have the following form to login but they do not line up. I can not get the user and password span in the same line, that is, there is not a jump between the span and the input . I'm using bootstrap 4. /* LOGIN...
asked by 25.01.2018 / 20:42
1
answer

problem with the first-child selector

Good I am practicing creating a form with bootstrap. body{ background-color: #74DBEF; } #contentPrincipal { background-color: #F6F5F5; margin-top: 30px; border-radiu...
asked by 28.01.2018 / 14:39
1
answer

How do I separate the form data in two different boxes?

I want to separate the data from the left part of the form, put each one in a box, a div different with that transparent background that they are and I am incapable. I did several tests without success. Nor am I able to vertically center...
asked by 29.12.2017 / 15:26
1
answer

bootstrap modal window does not close

My modal window does not close when I click on the close button, previously it worked correctly and now it does not close anymore, this is the html code of the close button: <div id="modalContractCandidatesPre" class="modal fade" data-ke...
asked by 23.11.2017 / 23:53
2
answers

how to center thumbnails on a web page?

<div class="row"> <div class="col-md-3"> <div> <a href="#"> <img src="https://i.ytimg.com/vi/kpvKA0vhaT0/maxresdefault.jpg" class="rounded img-thumbnail img-responsive"> </a> </div> <...
asked by 09.02.2018 / 01:20
2
answers

Do not load me the Bootstrap styles

good morning, I have an HTML template that uses bootstrap, but I do not load the styles I'm using NetBeans 8 and the App Engine server. So I am creating the references: <link href="../src/java/font-awesome/font-awesome.css" rel="styleshe...
asked by 19.12.2017 / 16:48
2
answers

I can not adjust the images to the bootstrap carousel and adjust the images on the img card

I try to add the images to the bootstrap carousel and I can not make them fit the exact size (I always have bigger ones) I tried to review the CSS but I do not understand it perfectly and nothing I try works. <meta charset...
asked by 08.11.2017 / 00:51
1
answer

Is it possible to disable the zoom of an embedded Google Maps when scrolling?

Hello good night everyone, I continue with my project in a teaching institution and I have encountered a problem that I hope you can help me solve. Using Google Maps I added a map to the website as seen below: I include the code I use: &...
asked by 10.08.2017 / 06:53