Questions tagged as 'html'

1
answer

How to create dynamic input within form

First before they say they already have answers, I looked before and did not find it. Next, I'm trying to make a form , with several dynamic inputs where the person chooses a garment in each input and in the end generates the pdf (This...
asked by 14.09.2018 / 18:38
4
answers

How to remove autocompletion of inputs?

I have my email / password input. But whenever typing an email that I already have saved login / password, the browser automatically fills in my form. How to solve?     
asked by 22.09.2014 / 22:01
0
answers

Body with 100% height does not work with auto div height inside

My CSS: * { margin: 0; padding: 0; border: 0; font-family: 'Roboto', sans-serif; } html { height: 100%; width: 100%; } body { height: 100%; /* 707.38px */ width: 100%; background-image: url('../_img/bg.jpg'); backgro...
asked by 18.09.2018 / 19:42
1
answer

Menu collapsed after selection

I am having doubts in the bootstrap 4.1 collapse menu, when the layout is in smaller screen and collapsed, after selecting an option it does not collapse again, does anyone know how to solve it? Thanks for the help! <!-- Carrega Bootstr...
asked by 18.09.2018 / 19:17
0
answers

Convert svg to png in PHP

I've been researching and testing implementations in repositories, but I have not been able to apply it to my case. I would like to know is there any native way of doing this, considering that the svg file is stored in a folder on my server. I t...
asked by 21.09.2018 / 21:01
1
answer

How to align a button on the bottom of a DIV

How do I move a button to the bottom of a DIV? <div class="item-info"> <h3><a href="https://www.lookandsoul.com.br/produto/cinto-fivela-dupla-preto/">Cinto fivela dupla preto</a></h3> <span class="product...
asked by 21.09.2018 / 23:59
1
answer

Form with enctype makes it impossible to read input text and image upload

I was able to upload files with my form containing just one input and file type. However, I came up with the need to make a category registration form that sends the category data to the database and the image to the server with the name being t...
asked by 22.09.2018 / 01:58
0
answers

Parallax with two layers when rolling the mouse

I'm trying to make a parallax in two layers and I'm not getting it. What I want to do is look like the site link . I want the background image and title to move down at the same time and at different speeds to give the impression that the im...
asked by 20.09.2018 / 14:04
1
answer

selectize js is behind input

I am using the selectize and I am having a problem the imput is behind my table and the states only the first one is on white background the others are transparent does anyone know how I can solve this? FollowmycodeinJs$(".js-combo-uf") .on(...
asked by 12.09.2018 / 15:58
1
answer

Return variable inside if to go to view

I want to write a code so that the user picks an ID in a combobox and specific information is shown in the HTML, but I need to do an if to know if the chosen vendor is A, B or C, but I can not return the variable inside the if to pass to view....
asked by 12.09.2018 / 15:16