Questions tagged as 'html5'

3
answers

Doubts Javascript Alert

I was looking for a function to display an alert message to the user when he left the page and located this one in the forum: <script> // Script de Alerta ao fechar a pagina... window.onbeforeunload = fecharJanela function fe...
asked by 18.08.2017 / 15:02
4
answers

HTML 5 Bootstrap google maps

I have a problem that the map does not load, but it's only the second map, the others load normally. <!--Joinville --> <div class="row"> <div class="col-lg-6"> <iframe width=100% height=50% framebo...
asked by 22.06.2016 / 14:46
1
answer

Load content from one div into another div

I have the following problem. How do I load content from a div to another div empty that is in the same HTML file? Example: <div class="conteudo"> <label> Teste 1 </label> <label> Teste 1 </lab...
asked by 19.08.2016 / 16:23
2
answers

Defined function (not defined yet) in Javascript

(! note: I already looked at this site and in others the answer but I did not find the solution to my problem. Here are some questions I tried to use: Why are you giving "Uncaught ReferenceError: getSetorObj is not defined"? Function no...
asked by 13.06.2016 / 03:20
1
answer

What is the best way to use Media Queries

What is the best way to use Media Queries to responsive max-width: or min-width:     
asked by 23.03.2016 / 17:48
2
answers

How to align a checkbox component vertically in the center of the row

How do I align a check box vertically in the center of the row? My project is asp.net core mvc. input[type="text"], select { /*font-size: 13px;*/ } .selectClass { /*font-size: 13px;*/ } label { /*font-size: 13px;*...
asked by 26.08.2018 / 22:01
2
answers

How to "get rid" of the vertical space between divs?

I would like to leave every piece of my website stuck to each other, each in a different color. But I can not get rid of the whitespace that remain between the divs. I have already tried to remove the code space and apply font-size: 0 (tips I sa...
asked by 09.03.2016 / 00:51
1
answer

How to transform (cut) only one side of the element with css?

I need to do a background like this of the image, I could do both sides using transform: skew() , but I need to do only the right side as in the image! Thanks for the help !! MineissoIneedtoleaveitasintheimageabove. codeIusedtodo:<d...
asked by 02.12.2015 / 18:08
1
answer

Start Development App Result Games Board

I want to develop an android platform app that manages the board game matches between my friends. I know almost nothing about android , and I have to start. One of my questions is about saving the information from the results. So my questi...
asked by 22.12.2015 / 13:47
2
answers

Receive information from the database and send it to the form field

Good morning. I wanted to know how I can get the information I want to be sent into input (Client Name), because I made the select and the information was not placed in the form field, it was on top. Follow my code below. PHP <body&g...
asked by 07.07.2015 / 14:18