Questions tagged as 'div'

2
answers

DIV and ROW Boostrap

I'm starting in Boostrap and I'm trying to do a row and column exercise but I do not know where I'm failing <div class="row"> <div class="column">Hola mundo</div> </div> I'm supposed to line up a bit to the right but...
asked by 17.09.2017 / 02:54
3
answers

PHP Gallery does not load large images. Problem with while

I have been working around a gallery for hours and I can not get it to work, I am a PHP beginner and I would appreciate any help. Attachment code below. In the gallery there are thumbnails and when you click the big picture takes you. The pro...
asked by 27.09.2017 / 22:36
1
answer

Problems cloning a div with jQuery

The .original_div is a fragment of a form, my intention is to clone it after loading the sun because the input is empty, the problem is that when I clone the div out of the function and leave it in a variable then I can only duplicate it...
asked by 27.07.2017 / 19:58
2
answers

Align text with your image

Hello colleagues I have a text next to an image that is a form (purchase button) How do I make the text to the left side of the image in the center like this I have used inline among others but it does not work out. Next I attach cod...
asked by 13.04.2017 / 22:05
0
answers

Insert image in divs with scroll

I want to insert title, paragraphs, images in each div (red and green), try to do only with html but I could not so try with js. $(window).scroll(function() { var box = $('.box'); var scroll = $(window).scrollTop(); if (s...
asked by 30.03.2017 / 08:17
1
answer

how to show in a div another page according to the link of the page?

I'm making a web where I made a form where when I send it I create a new php file, I have a template where in a div I show the content of the new file created, I'm doing it with an iframe it loads me well and everything, but the problem that I h...
asked by 30.10.2016 / 15:10