Questions tagged as 'html5'

1
answer

Reduce fonts or break text in Bootstrap 4 or HTML5

The names of people in my HTML, when responsive, have a break, as shown in the following image: ThenameSanderson,the"N" goes down, can not have this break or decrease the source? Follow the snippet in HTML: </section> <sect...
asked by 25.06.2018 / 15:10
2
answers

Img map with mouseover

This is the code I currently have: <img src="images/2.jpg" style="height:973px" border="0" onmouseover="this.src='images/1.jpg'" onmouseout="this.src='images/2.jpg'" usemap="#image-map" > <map name="image-map"> <area alt="CM...
asked by 25.06.2018 / 15:18
2
answers

How to center a form without affecting the labels?

I have a form like this: Theformisinsideaclasscalledcontainerwhichhasthefollowingattributes:'.container{width:80%;margin:auto;padding:30px;}IfIaddatext-align:centertothecontainer,Icancentralizetheform.However,whenIdothis,thelabelsontopoftheinpu...
asked by 26.06.2018 / 19:10
1
answer

foreach to insert multiple rows

I am trying to insert into a MySQL table several rows with the user-filled content in an HTML form, when it even does submit. What I need is that when multiple options are selected in the options of a select, several rows are created in the t...
asked by 21.06.2018 / 16:24
1
answer

Transparency problem using position fixed in css

I'm trying to create a menu that does not move independent of the user's scrolling on the page using position fixed . But I'm having a problem with transparency, whenever the menu finds other content, it's transparent. Before I used...
asked by 02.07.2018 / 17:08
1
answer

Imprimi [object HTMLInputElement]

When I mount my table dynamically only my first element is mounted correctly. The others print a strange data [object HTMLInputElement] index <!DOCTYPE html>          Product           <h1 class="text-center">Cada...
asked by 03.07.2018 / 01:30
2
answers

How to protect the Clickjacking site

Hello, I ran a scan on my site and found that it is vulnerable to clickjacking attacks, I saw that a solution would implement the header-frame-options x HTTP, my question is how to implement this? Is it a simple html tag inserted in the header? W...
asked by 30.06.2018 / 02:01
2
answers

Center DIV in Bootstrap Grid

I have the following section, and I need the Divs to be centered horizontally in my Grid of Boostratp 3. It always stays on the Left side and I do not mind changing that. <section id="servicos"> <div class="container">...
asked by 21.05.2018 / 13:43
1
answer

Date End after Date Start Input Form

I'm doing a system and tried using javascript to ensure the user does not give the SUBMIT with the end date before the start date. Almost everything went fine, but input DATE_END is no longer possible to enter a date or time, just using the up a...
asked by 22.05.2018 / 16:00
1
answer

Change the color of the route (road) of google maps

CananyonehelpmewithhowthisblueroadcolorchangeswhenIsetaroute..IalreadyhavethestyleallreadyIjustdonotknowthevariablethatappliestothatpartofthemap..Obg/*Estilizandoomapa;Criandoumarraycomosestilos*/varstyles=[];/*crioumobjetopassandooarraydeestil...
asked by 11.05.2018 / 07:09