Questions tagged as 'div'

1
answer

Refresh div every x seconds

I have a div and within it I call a method of a class in PHP that shows some information from the database. Something like that <div id="Ejemplo"> <?php $ejemplo = new ClaseYoQueSe(); echo $ejemplo->Mostrar_dato(); ?> </...
asked by 07.05.2018 / 22:40
1
answer

Positioning divs CSS

I have a div search and I want to have another div show_cabañas . I wish that in the form, which is inside search , if we press Search we open / load the div show_cabañas and that it appears below the div sea...
asked by 25.12.2017 / 12:41
1
answer

Positioning div - CSS

I want a div to be placed in the upper right margin of the page but not to untick the other div that should be centered on the whole page. That is, a div to "greet the user" on the top right, and a div "book" in the center of the page. When I...
asked by 24.12.2017 / 11:50
1
answer

Know origin after a load

Very good, I'm stuck on something, to see if you can help me. I have the following code: $('#IdCre').load('crea.php'); This loads a web "Crea.php" in a div, the problem is that in crea.php I have a back button, and depending on where I...
asked by 28.09.2017 / 17:44
1
answer

Problem with div (columns)

I am modifying a page created by a partner. The problem is that before I had 2 columns and 1 single row. There are only images there. So I have the code. <div class="row oo"> <div class="col-xs-12 col-sm-12...
asked by 23.03.2017 / 15:27
0
answers

Arrangement of divs

I need to create a simple page, my problem is that I need an array array of divs with class .pagina but how should I declare it and go through to identify if it is the page that should be shown or otherwise hide. globa: let currentP...
asked by 29.11.2018 / 19:09
0
answers

How do you do a recursive filter?

The other time they made me realize that if I had a filter like I would do so that 1000 data would not stagnate but rather get it by small blocks or something like that but I would not know how to do it     
asked by 27.11.2018 / 21:16
3
answers

Adapt Height of a div that is inside a td

I have a div inside a td, .role_color { display: inline-block; align-items: stretch; width: 2px; height: 50px; margin-right: 10px; } <tr> <td> <div c...
asked by 25.10.2018 / 17:29
0
answers

Backgroung img with filter and nav [DOUBT CSS]

I have the following doubt: I have a div with a background img, I add a filter brightness, but that also affects what I have next to that image: the html code: <header> <div id="logo-page"> <div id="top-bar">...
asked by 18.10.2018 / 17:31
1
answer

Containers in Bootstrap 4

I want to generate something similar to what I show in the following line: I was trying with the grid system but I do not think it is the most appropriate, then I tried generating several div with the flex-row property so that they are sid...
asked by 27.09.2018 / 04:18