Questions tagged as 'html'

2
answers

How to increase the top margin of the element

The problem I'm facing is raising the top margin between this "Login" title of the main div, I thought with a margin-top in> I could do this, maybe I'm misusing it, tried it, tried it but I could not! body { background-color: hsla...
asked by 22.09.2018 / 23:08
2
answers

I want an image to close and start a countdown of 5 seconds

I'm trying to make an image rise to the top by clicking on it below. Once you have uploaded I want you to click (click here to close) I want you to start a 5 second countdown and then close when you finish those 5 seconds. It's kind of an advert...
asked by 22.02.2018 / 00:52
2
answers

Center text according to length

I'm having a hard time putting together a logic, where it will write the user name in a certificate. In order to always be centralized according to length of name, I have to adjust to margem-left , but it is allowed from 1 to 50,...
asked by 08.06.2018 / 22:29
1
answer

Enable / Disable a button if at least one checkbox is checked

I'm trying to enable a button if at least one of the six checkboxes is enabled, and disable from any checkbox is enabled. I did a function, but it only enables and does not disable if I uncheck all the checkboxes. Help me, please. <html>...
asked by 17.06.2018 / 22:28
2
answers

input declare is not accessible in javascrit and php

I created a form and I'm trying to get the data from a radio button, and an input, but I'm not able to access them via POST in php or javascript in which I'm using a function to disable fields Html <form name="cdUsuario" class="cadastroU...
asked by 15.06.2018 / 03:17
1
answer

Go get value to table and put in form

This is the table has the fields the purpose is to click the edit button and clicking the jquery statement that I put above will fill in the fields automatically referring to the line that was clicked This is what I want to get in the recor...
asked by 19.12.2017 / 21:17
1
answer

Synchronization of 2 html / css animations

I need to make my burger menu that has an animation entirely made by html and css synchronized, ie when I press on it both animations will happen ... The code I'm using is this HTML <nav> <input type="checkbox" id="chec...
asked by 02.08.2018 / 05:02
1
answer

Decrease tables to fit on a page

I have a page that has four tables and a button for the user to print. The problem is that these tables have a lot of columns and when I try to print, they are cut. I would like to be able to downsize the tables so they fit on the print pa...
asked by 09.07.2018 / 14:44
1
answer

How to move element in a straight line towards the coordinate?

I can move an element in the direction of the coordinate successfully. However, for what I need, it needs to move in a straight line (which is the shortest possible distance between two points). In the example I gave below (which represents t...
asked by 10.07.2018 / 20:04
2
answers

Recovering bank data and calculating inputs

Good night, I'm having a hard time recovering a data in the I recovery but I wanted the recovery to be simultaneous. I'll explain it better and as soon as I see the code, I'll understand. include("banco/banco.php"); $prod = $conexao_pdo->p...
asked by 01.01.2018 / 22:47