Questions tagged as 'html'

1
answer

Clone table with checkbox values

   Updated code. Help from Edson Alves. I'm having trouble calculating Sum total when unchecking the checkbox. At the moment I'm marking, it calculates right, the problem is in the clearing that should subtract. $(".c").click(functio...
asked by 25.11.2018 / 00:52
1
answer

INPUT VALUE with date format Y-m-d, but when displaying on the screen show in the format d / m / Y

Currently my INPUT is like this, but it's on the screen in this Ymd format, is there any way to make it display the date in the format d / m / Y, but continue with the value in Ymd format? <input type="text" name="data" value="<?php...
asked by 12.08.2018 / 05:30
1
answer

Header is not responsive in 320PX using FlexBox

I'm starting to use flexbox but I'm having a giant problem that I can not solve in several layouts. Both the header and the nav and li are hidden in the resolution Mobile, Iphone 320x568 and a white list is everywhere. I've already tried max wid...
asked by 09.08.2018 / 19:17
1
answer

Referencing OPTION in javascript

Next: I have to enter the name and price and status data, depending on the state it calculates the icms. I wanted to make it depending on the OPTION that I select it calculate automatically, with the if's and else's. but I'm not sure if I'm refe...
asked by 10.11.2018 / 21:41
1
answer

Menu that opens when clicking

I'm making my site responsive, and I found a menu that becomes a burger menu depending on the screen size, the way I wanted it. However, the menu opens as you mouse (and probably your finger) on top, and I would like it to open and close if you...
asked by 10.11.2018 / 13:34
1
answer

PHP search with combobox

I need to do a PHP search where the user selects certain filters and obtains results from the database. The problem is when I open the page itself because the variable is initialized empty causing undefined index error. The question is, how can...
asked by 07.11.2018 / 17:40
1
answer

Structure HTML to PDF

I'm trying to create a template for PDF generation, which will serve for request tag. Iwantedtostructureeverythinginduelocation.AsPDF,IcannotuseBoostraporanyotherfacilitator,justHTMLandCSScode. <style> .conteudo { font-...
asked by 05.11.2018 / 18:54
1
answer

Add a small margin in a div with text-align: right

I have a div with bootstrap design material of size 4 col-md-4 that aligns to the right my texts using text-align: right The problem is that in the same line of this text has an icon, which is also aligning to the right but with...
asked by 06.11.2018 / 19:44
1
answer

Transform into Submenu

I made a change here about the menu codes and the codes were with errors Our friend Hugocsl told me to search for another menu and found I only have one question how do I make the menu stay responsive? Another error when clicking twice...
asked by 08.11.2018 / 18:04
1
answer

Pre-populating table with MySQL query

Does not bring what I want, can someone tell me what I'm missing looking at the code? <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Sistema de busca interna com PHP/MySQ...
asked by 17.08.2018 / 14:47