Questions tagged as 'html'

1
answer

problem with nav in css

Well I created a nav with class = topbar and tried calling in css but it is not going to: <nav class="topBar"> <ul> <a href="#"><li>Inicio</li></a> <a href="#"><li>Inicio</li></a> <...
asked by 23.09.2018 / 18:49
1
answer

Help with the onchange function

I'm trying to use the onchange function, until I get the value, but I can not make use of the value, Select and script: <select id="mySelect" onchange="myFunction()"> <option value="1">1 Questão <option value="2">...
asked by 24.09.2018 / 21:10
1
answer

Image does not cover the entire screen?

I'm developing a banner plus it's not covering the entire screen like the image below it, the banner gets a few white parts around it. Note: In this same banner I'm trying to make the parallax effect, and it's not working if someone can give...
asked by 21.09.2018 / 22:00
2
answers

Background image is not replicated on other pages when using onChange function

I am trying to select a background image according to the selected option in a onChange function, but it happens that it (the image) is only applied on the first page if I NÃO use the function onChange to the address of th...
asked by 25.09.2018 / 04:46
1
answer

List directory files on a table using php

I have this php and html code that lists files in a folder, but I would like to put the results in a table, but for each row the column title is being repeated, the DirectoryIterator I was able to resolve, follows the updated code: p> <he...
asked by 02.05.2018 / 04:04
1
answer

How to change text in an html table according to the result

I'm doing a table in html and wanted to change all the texts according to a result. Eg: If the table says 1 means it is in use, then make the change and replace the number 1 and put it to use, and if it is set to 0 it becomes available. Th...
asked by 17.04.2018 / 21:55
1
answer

Javascript does not work in Webview

I have this simple search engine, it works in all browsers, even in android chrome, but it does not work in Webviews, some suggestion of what it might be and if there is any other compatible code that can replace this, without being by javascrip...
asked by 18.04.2018 / 20:29
1
answer

Would someone have a solution to turn "checkbox" into "radio"

I have a Jquery code along with Js, because I want to turn checkbox into a radio, this code works with radios, with just one click in the same place it unmark the radio if it is checked, and if the user clicks another it unchecks the previous on...
asked by 24.05.2018 / 00:05
1
answer

show text on another page

I am doing the form field validations, and I want to show a message in case they are wrong, as in the example: Passwords do not match Thisisthecodefortheactionpagewhereyoudothevalidations:<!DOCTYPEhtml><html><head><title...
asked by 22.05.2018 / 15:40
1
answer

Replicate phone mask in multiple fields

I have a form where the user who is filling in can include multiple cell numbers, but my mask function only works on the first field. var telMask = ['(99) 9999-99999', '(99) 99999-9999']; var tel_1 = document.querySelector('#celular'); VMasker...
asked by 05.04.2018 / 16:06