Questions tagged as 'div'

1
answer

Div is not showing up

I'm trying to make one div appear right after the other, but when I put the function, only the first one disappear and the second does not appear. <script> function apareceDiv1(){ document.getElementById("est").style.display="block"...
asked by 25.09.2017 / 01:36
2
answers

How do I align a div inside another div and put 100% sized buttons at the end of the div?

Hello. I'm doing a login screen and would like to center the forms and put the login and forgot password buttons at the end of that white rectangle, which neither the title of the rectangle. I'm using materialize css and am new to html and c...
asked by 29.08.2017 / 19:13
2
answers

Java Script does not change a display div from "none" to "block"

I would like some help on the element style.display in java script. JS is not changing a div declared in jsp from none, to block. I have a jsp page that has a hidden type div: <input type="radio" id="ContaForm" name="nuTipoContaR" value="1...
asked by 28.08.2017 / 18:46
1
answer

Display some DIV with input value

Good morning, I have a doubt in the study. I need to display only a few div of the form, I tried some methods, without success. I save OK, I choose 1 of the 3 options in the registry It introduces me the input I need, and saves. But in the...
asked by 06.08.2017 / 07:03
3
answers

Divis lateral alignment

I have 2 divs in my code, the first div is an image, the second div is a form, I want to put them both side by side, and when seen on the mobile it breaks, keep one div on top and the other on div How do I do this? form { width: 400px...
asked by 21.08.2017 / 22:23
2
answers

Button in the center of the screen

I found the solution here, if anyone needs it position:absolute; top: 500px; left: 200px; Hello everyone, I've got a new test here for an application, and I'm having trouble getting the button in the center of HTML via css, follow the code:...
asked by 14.07.2017 / 19:24
2
answers

Hide a div containing photo and show another div in the same place

I'm using jquery / php to access the user's camera and take a picture for a user account. And on the page change user data I need to load the photo show the photo recorded in the database in a "photodb" div and when you click on the take photo b...
asked by 31.08.2017 / 20:55
2
answers

Display CSS and HTML

I'm having a problem to leave my menu online Could anyone tell me what I'm doing wrong, thank you !!! @charset "utf-8"; /* CSS Document */ #topo { background:url(../imagens/topo.png); position:inherit; width:1024px; height...
asked by 23.05.2017 / 19:16
0
answers

How to automatically resize div's with image and description

I have a project in which I have products with image, description and price, I want to leave the div's resizable automatically according to the description and image. I also want a static value that does not go over and misallocates the div's, i...
asked by 19.06.2017 / 19:33
3
answers

multiply div's repeat loop with divs

I have a list of channel names that are broadcasting a particular game in twitch.tv (api) , so I can get all channels and list them. The question is how to put them in a div To be in blocks horizontally (as in the image) and also...
asked by 27.04.2017 / 19:12