Questions tagged as 'bootstrap'

3
answers

How can I correctly align a card in bootstrap?

Hello, my question is to know how to solve this problem in bootstrap, I want to make three columns in a horizontal way, because when I do it, it is vertical I would appreciate your prompt response. <!DOCTYPE html> <html lang="e...
asked by 15.03.2018 / 18:02
2
answers

Unselect radio button html

With this code I can select a single option. How do I deselect the one I select? or make them all white <div class="panel panel-default"> <div class="panel-body"> <label class="radio-inline">...
asked by 09.11.2017 / 16:46
1
answer

How to change color one button for each click?

I need that by clicking on a button that is green, it turns red, and if it is red it turns green again. I currently use bootstrap it could be that when I click it is danger and when I hit it again it is primary. I know it's done with JS but I...
asked by 23.10.2017 / 01:14
1
answer

Overlaid images responsive Possibilities?

I'm playing with the positioning of responsive images (using our bootstrap friend) and I want to make a base image, like the one in the example in which I have a div with a background image and on this several div with images (with transparency)...
asked by 21.08.2018 / 13:27
2
answers

'Deactivate' an element in HTML

I need to 'deactivate' an element <a> , after having clicked on it. I am using Bootstrap, when clicking on an element <a> , a modal opens and when closing it, the element <a> follows as if it were 'selected'....
asked by 18.09.2017 / 23:16
1
answer

Problem Window Modal Bootstrap

I am using jquery-ui to autocomplete an input and when choosing the data I load other data into other input, until then everything is fine. The problem is this: When I place the form code outside the modal it works correctly, but placing t...
asked by 13.08.2017 / 03:13
0
answers

Error in Dropdown Bootstrap [closed]

My navbar with Dropdown worked correctly until I decided to upload the carousel to the top of it, in addition, the slider I superimposed the logo, which I want centered. I appreciate any guidance. My CSS: .logo { position: absolute; le...
asked by 16.04.2017 / 02:53
0
answers

move the dropdown button from the right to the left [closed]

How can I move the dropdown button that appears on the right of the dropdown menu, to the left     
asked by 28.02.2017 / 16:08
3
answers

Remove Scroll in bootstrap

I'm using bootstrap, I have a modal window to which I want to remove the scroll, but I can scrole! I just want it not to be in view. I have this modal inside another modal window.                                                                  ...
asked by 17.11.2016 / 22:09
1
answer

When rebuilding a Bootstrap Slider, it does not get the value of the current position again

When rebuilding a Bootstrap Slider, it does not get the value of the current position again. This is the code: //SlideStop función para obtener el valor de la posición actual $("#ex19").on("slideStop", function (slideEvt) { valopt = $("#...
asked by 15.11.2016 / 17:37