Questions tagged as 'html5'

2
answers

How to leave the rod with relative position and at the bottom of the page at least?

I'm using the sticky position of html5 on several pages to make an effect on the site menu. But it has pages that the internal content is very small, does not occupy even 150px in height and it happens that I can not use the footer with po...
asked by 07.03.2018 / 15:10
1
answer

Removing fields from a list

I have a question. I created a list and wanted to remove the elements from it by clicking on the 'x' as in the following image (I put x by paint): HowcanIdothis?Isitanattributeorisitconfigurablebyanotherlanguage??Forgivenessofignorance <...
asked by 23.10.2017 / 17:47
2
answers

Convert HTML5 table + images to CSV or SQL

I have a big problem! I have basically 1 million and a half records including images in an HTML5 table (it starts right there, the browser does not render all the images). My idea was to convert this table to CSV, and thus play to a MySQL...
asked by 19.10.2017 / 07:34
2
answers

Responsive does not work right

I put 3 images with links at the beginning of the site, I put it to be responsive, but when I decrease the screen it gets completely bugged. It is necessary that the images stay in the center of the screen, one next to the other, and when the sc...
asked by 03.11.2017 / 13:00
2
answers

Help with innerHTML in Javascript

I'm trying to add a variable that contains an html element in my html file, I'm trying to use innerHTML + = myvar, the problem is, I have two elements to add, an iframe, and a paragraph when I add iframe goes but the paragraph does not add. fu...
asked by 12.05.2017 / 21:23
2
answers

Defining the color of a div in rgb

I'm doing a div, where clicking it turns orange, and clicking again, it goes back to white. But I have two questions: When comparing the color with rgb in part if(document.getElementById('homem').style.backgroundColor == 'rgb(#FF6600)...
asked by 16.10.2017 / 14:08
1
answer

Why media queries work like this?

I was creating a responsive menu, and u noticed that if I did not put the media queries from the smallest to the largest it does not work correctly. @media only screen and (min-width:560px) { .menu li { width: 132px; height...
asked by 26.07.2017 / 17:23
3
answers

Put input is below the label

How to make this input stay below the label. .passo { width: 30px; height: 30px; border-radius: 50%; line-height: 30px; text-align: center; color: #fff; background: #29b2fe; margin-right: 15px; } .input { }...
asked by 28.07.2017 / 21:26
1
answer

Why can not I get the form data?

Something very strange is happening, the first time this happens. I have a registration form. When I click save, the console appears 'undefined' and it aligns ... Impossible to be 'undefined' because there are data filled !!! See below: HTML...
asked by 20.07.2017 / 20:31
3
answers

Validation of filled fields of a form

Today I have a few forms in windows (modal) and some of these fields need to force the user to fill in today I'm doing the following: Form: IftheuserforgetstofillinsomefieldIusethefollowingcodewheremyformvalidatesandifthereisanerroritreturns...
asked by 27.06.2017 / 11:57