Questions tagged as 'html'

1
answer

How can I vertically align a div content with bootstrap 3?

If you observe the example in a resolution of 1024p you can see how the text of label is extended and the select stuck to the top of the div that corresponds to the. Here's the example of my form : <script src="...
asked by 11.02.2017 / 06:10
2
answers

so that it serves the question mark before a variable

Good excuse a question I'm starting in php and a partner asked me to serve the question mark before a variable since he is using it in this part < a href = "? load '=' create" & nt; Register < / a > I say it's to pass variables...
asked by 05.02.2017 / 06:19
2
answers

JQuery does not work in a js file

My problem is that I can not use jquery in my js files, even though it is already integrated in html and even works with bootstrap. Try including JQuery before and after the JS but it is not solved. class User { contructor(name,pass){...
asked by 08.02.2017 / 02:56
1
answer

How to eliminate edge space with bootstrap?

I am trying to login with bootstrap and I had a problem with the edges, when I try to insert a border in the form, an additional space is added and the header of my form overlaps, I attach the image for better clarity. Then the h...
asked by 31.08.2016 / 09:09
2
answers

How to validate array checkbox

What a good day, someone could tell me how it can be done so that when I press the "DOWNLOAD" button if it is empty that does not redirect me to the other page and if at least there is a checkbox activated and press "DOWNLOAD DATA" if you...
asked by 24.08.2016 / 20:32
1
answer

How can I debug a web element that only appears in the mouseover event?

I have some popups that give the bookmark information in a google map made with InfoBox. But they appear to me without style. To create it, I followed this answer successfully, but the style of the tooltip, which is not shown, I'm...
asked by 03.08.2016 / 11:42
3
answers

get input value in an HTML table that is generated dynamically?

I have an HTML table that dynamically filled with a table of a BD, to each row that returns I add an input text to add certain information for each row, one row has nothing to do with the others, now it has I have placed a different name for eac...
asked by 26.05.2016 / 20:52
2
answers

Processing of input file in PHP

Good morning. I would like to know how to make my ... <input type="file" name="ent_reg"> Be processed in PHP, or upload the file to my hosting and save the path in MySQL database.    The table in MySQL would be like this       Col...
asked by 18.05.2016 / 07:19
2
answers

localStorage on iPad is reset from time to time

I have a game that I have made that I save some data in "localstorage", but apparently the iOS operating system does a cleaning from time to time and you never know when this cleaning will be. This is a serious problem for my game because it...
asked by 11.05.2016 / 11:48
2
answers

CSS: overflow: hidden does not work for me in the figure tag

I have this HTML code in summary accounts: <section id="contenido"> <article class="item"> <figure class="imagen_item"> <img src="images/img7.jpg" /> </figure> </article>...
asked by 27.05.2016 / 18:50