Questions tagged as 'html'

1
answer

jQuery Store one item at a time

I have following code. There are several options But only one option I would like to disagree with Click on one to check on another Finally when I find the option I want, then click on the "Unbind" button And just disagree w...
asked by 19.05.2017 / 17:23
2
answers

Bank data for days of the week

I was thinking here and could not figure out the way this would work. Let's suppose I have 1 database with 10 posts and in a column had "Day of the week" ID | NOME | DIA DA SEMANA ------------------------- 1 | ALAN | SEGUNDA-FEIRA 2 | ALE...
asked by 19.05.2017 / 22:50
1
answer

How to export a powerpoint file to HTML? [closed]

I have a Power Point file that is interactive, that is, some buttons send the user to another slide, and continue to be interactive with each slide. I need to generate a HTML to insert into a web page so that this interactivity is not l...
asked by 19.05.2017 / 14:14
1
answer

Overlap background

On my site I have an animation that is a train track and a train that runs along this same track, but now I wanted to overlap with a bottomless image, which would be tunnels, and to be positioned over the train. > This is my site as it is now:...
asked by 19.04.2017 / 10:59
4
answers

How do I make an input not accept a blank entry?

<head> <title>WEB VIDEO AULAS</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <script src="https://ajax.googleapis.com/ajax/libs/jquery...
asked by 19.04.2017 / 06:30
2
answers

Height of div using float

I need help completing a part of my PAP, perhaps one of the most important parts, photo album, but I have a big problem with divisions, opá, I walk around the wheel and nothing. I have here an example of my code, but the problem is explicit. I c...
asked by 10.06.2017 / 00:34
1
answer

Function javascript in string html

I have a loop that displays several divs, and I have a span that has a function called remove, however when I click to execute the function always the error but in html it is correct. (function() { //Seta valores padrões...
asked by 11.06.2017 / 09:10
1
answer

Element does not accept the property "height" nor "min-height"

I have the following file with HTML, CSS and JavaScript codes, my problem is the following: There at the end of the file, I have a <ul class="req"> tag and inside it I have a <li> , the problem is that the height...
asked by 16.05.2017 / 17:05
1
answer

How do I open the numeric keypad in a formatted field?

I have a text field that receives the CPF, it has a CPF mask, but since it is a text field, in Mobile it does not open directly to that numeric keypad and when I change its type to number, it only writes the 3 first digits and erases everything...
asked by 16.05.2017 / 23:07
1
answer

Error sending form

People made a form with JS however when sending it only falls into the error condition and I do not know why it follows the console print and the codes. OBS: the artuivo contact.php is in the public html folder you can access the site in this...
asked by 25.04.2017 / 00:47