Questions tagged as 'html'

3
answers

center in Image does not work correctly

The images have to be as they are on top of each other, since that is the main idea. But as you can see the text centers it correctly, but the image does not. How can I solve this? body{ overflow-x: hidden; background:...
asked by 01.03.2017 / 13:28
1
answer

Is it possible to remove the header and footer when printing with browsers?

I would like to know if it is possible to automatically deactivate the headers and footers generated by google chrome or firefox. Date, title of the page, URL address and number of pages. There is a manual way, giving you other options and...
asked by 29.03.2017 / 20:07
2
answers

Problem repositioning img on canvas with keyListener

I'm trying to move wolf with the arrows on the keyboard, but I can not get more recharge the position of all animals, except the wolf, and what I want is to move the wolf with the arrow pointing up. I'll put the rest of the keys when I get them...
asked by 09.05.2018 / 20:09
2
answers

Structure Json in html

everyone, Thanks for watching my question, I hope you can help me. is the following .. I have the following code. in html <div id="summary"></div> In Js I have function callurl() { $.ajax({ url: 'https://j...
asked by 27.03.2017 / 18:13
2
answers

empty the records of a mysql table with event_scheduler 24h

I want to make every 24 hours vacíen the records of a table from the web. what I wear in javascript is this is not much but is more or less see the idea var now = new Date(); var hours = now.getHours(); if ((hours>=...
asked by 16.08.2018 / 00:16
1
answer

Position objects in HTML and CSS

I need to create a page for a job at school, and I need to put the credits at the end of the page, I'm only allowed to do it with html or css in the notebook. At the moment this is my homepage. ul { list-style-type: none; ma...
asked by 22.09.2018 / 05:10
2
answers

How to show a div when loading the page

I currently have a hidden div <div id="llave" style="display: none"> //aca esta el contenido </div> but what I'm looking for is that when I finish loading the page it shows up. I was trying like this: <script type="...
asked by 27.08.2018 / 19:59
2
answers

Help with Google Static Maps API

Hello, I am developing a website in which I have a form and ask for details of the address. I want to implement that API as a reference and the problem comes from implementing google maps. How do I capture the long. and lat. put the user and the...
asked by 18.05.2016 / 21:26
2
answers

See html source code, security

I have in my code html this instruction: style="display:none; The problem is that from the inspection of source code you can modify it and thus be able to see the div in which the instruction is found. Is there any...
asked by 16.10.2018 / 19:31
3
answers

Change letters of an html with function replace ()

I want to do something similar to what the lacuerda.net page does, where you have a music and you can turn it up or down tonality. I have my test page where I want to change the tone of the music. I've been testing with the function r...
asked by 27.06.2017 / 18:05