Questions tagged as 'bootstrap'

1
answer

Overlay a DIV and disable the background

I run into a problem and I can not find a solution. It turns out that I'm doing a portfolio-like gallery, where the user clicks on a thumbnail of the work to visualize it. The issue is that when you click, a div opens with a iframe inside, s...
asked by 13.08.2018 / 15:00
2
answers

Problem with setTimeout

I did a function that updates a table and a graph with setTimeout () and it works perfectly. The problem is that there are occasions (not always) that if I'm on another screen, I see ajax calls (I've reviewed it in the requests, on the networ...
asked by 13.10.2016 / 21:00
1
answer

scroll zoom text

I have this code link that zooms in on a text while you scroll. The issue is that the mommemento apply to the code I have does not work as it should, maybe I'm missing something or I'm forgetting to add something else? this is the code on the...
asked by 30.08.2018 / 23:41
3
answers

How to generate dynamic Divs on asp.net

I'm working with some designs in asp , I want to save the creation of x number of ASP pages, it is worth mentioning that I am working with
asked by 09.05.2016 / 18:24
1
answer

Bootstrap 4 Center vertically and horizontally

With the bootstrap classes, I achieve to center both div horizontally, but nevertheless I also wish that they are centered vertically, that they remain in the center of the screen, I attach the code that I have ... <!doctype ht...
asked by 29.06.2018 / 21:19
3
answers

Align to the right a label inside a td aligned to the left in bootstrap

I'm wanting to align on the right a label of bootstrap within a td aligned to the left, the goal would be the following: I'm not making it, try aligning span to the right of td as follows, but it does not work: <...
asked by 15.09.2017 / 16:27
3
answers

How do I adjust the width of a modal to its content?

I have a modal in which I indicate preliminary information to perform these actions, but some data surpass the space of modal . Here is an example of a modal I use. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9....
asked by 03.03.2017 / 05:44
2
answers

Order of the elements in Bootstrap 4

I'm looking for some way to sort the div so that the image is always on top of the texts, the idea is that when it is in PC you can see one next to the other and in mobiles there is always the image above the texts , the way I have the first blo...
asked by 19.07.2018 / 21:31
1
answer

Centering elements with CSS in Bootstrap

I am trying to center the following without losing the responsive and there is no way: <div class="row"> <span class="col-md-1 text-right">Periodo:</span> <div class="col-md-2"> <input...
asked by 29.11.2016 / 10:20
3
answers

Scale background image maintaining appearance

I am creating an adaptive image gallery where thumbnails of the image are displayed in squares. For this I put the background images using background-image and so that the image occupies the whole square, I use background-size:cover...
asked by 13.05.2016 / 06:24