Questions tagged as 'html'

1
answer

Remove items and change total value

Hello, I have a problem that I am breaking my head at times and I just can not understand why this occurs ... In my application I have a cart that until then inserts products normally, adds the sum of its values and adds to the total, however, w...
asked by 25.06.2018 / 00:31
1
answer

Encapsulation of random amounts - is it possible?

I'm trying to get php to send a response to the informational javaScript file, in which javaScript places a request for php in ajax, and php sends amount of information in random amount, php pulls from the database all records and will answer th...
asked by 25.06.2018 / 16:37
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
3
answers

DIV Alignment Bootstrap [duplicate]

I used the code that @hugocsl pointed me to and aligned, but now it gets minuscule on the responsive. I used the min-width and it worked! .mapa img {     float: left;     border: 1px solid; } .mapa {     display: flex;     justify-content:...
asked by 25.06.2018 / 20:57
1
answer

Django: how to use forms.ValidationError and display messages in the template

I would like to inform the user (in the html template) of a message when identifying an existing email in the registration page. In forms.py I use the clean_email function to check if there is an email already registered. After checking for...
asked by 26.06.2018 / 18:11
1
answer

Problem showing / hiding divs when uploading site

Hello, I'm using JQuery to show / hide the divs. When I open the local page the divs work normally (open and hide), but when uploading the page to the web (hosting), the divs no longer work. I already looked at the preview and is not showing any...
asked by 26.06.2018 / 15:37
1
answer

How to make two divs have the same height even though they have different size content?

Hello, How can I leave a <div> with dynamic height, that is, when the <div> with the contents of the products grow the <div> that contains the menu also grow together, getting both with the same height?...
asked by 09.01.2015 / 02:27
1
answer

Hide Input Email

Personal the input value of my form that I need to hide for users is: e-mail . It will be an alternate email entry for bot identification I need to make this entry of e-mail hidden for real users and visible only for bots. Som...
asked by 05.09.2018 / 16:52
1
answer

How do I get the location in google maps api according to the click of the user?

I entered the google maps website api and saw how to place and use the api on my site, but I was only able to make it register a place according to what the user types. For a better experience, I wanted that when the user clicked somewhere on th...
asked by 18.06.2018 / 01:15
1
answer

call a page passing parameters in the url

I have a simple HTML file that is accessed by: https:111.111.111:8080/index.html/?login="me"&password="1234" The problem is that trying to access it gives nonexistent page. I put a page teste.html there, with pure HTML an...
asked by 19.06.2018 / 16:30