Questions tagged as 'html5'

2
answers

Execute Script without invalidating the required property in an HTML document

I am running a script referenced in an HTML document and everything works very well, except the validation of the inputs in the form I'm trying something like this: <!--Documento index.html--> <!DOCTYPE html> <html lang="es-c...
asked by 18.05.2017 / 05:17
1
answer

Using the directions service with SearchBox Google Maps API?

I'm working on a project with the Google Maps API, I've been guiding myself with this Example that gives the same page of the API " Place Autocomplete and Directions " Try to do mine by guiding me by example, replacing class Aut...
asked by 26.04.2017 / 09:06
0
answers

Why a table is not created complete?

Question oriented to HTML and CSS . At the moment I am creating a table by means of a SELECT of a DB, however I have noticed that the table is not created complete, and even if an exception does not jump the page is incomp...
asked by 04.04.2017 / 22:18
0
answers

Problems With showing a jsp in iframe with spring security and html5

I try to embed this url in my iframe but it does not appear <li><a href="<c:url value="./MisFinanzas.htm"/>" target="ventana_iframe">Saldos</a></li> This is my iframe: <iframe src="myIframe" name...
asked by 12.04.2017 / 18:27
1
answer

Problems javascript html5 [closed]

I am trying to call an input inside the DOM tree but I can not call it by the "active" class, however when I use task-wrapper the alert appears perfectly. How do I solve it? $(".active > .hideinfo > .wrapper-ca...
asked by 10.04.2017 / 11:12
0
answers

WordPress only for route management [closed]

Good I need to implement an HTML5 web in 2 languages pagina.com and pagina.com / es. Unfortunately I have a hosting that only allows me to upload files to a public folder or use WordPress or Drupal. My question is how to use some of these servic...
asked by 09.04.2017 / 07:06
2
answers

CSS perspective does not work for me

I have the following code code, but for some reason it does not work for me. #bienvenida1{ width:880px; height:320px; position:relative; top:50px; left:40px; perspective:150px; -webkit-perspective:150px; } #bienvenida...
asked by 29.03.2017 / 06:41
3
answers

Graphics with Chart.js

I have a small problem with the graphics, what happens is the following, I have a list where the list in each element has a button that shows in a few tabs more information about each element, whenever you click on the button is loaded in a tab...
asked by 04.05.2017 / 21:35
1
answer

animate image with jquery

I am developing the super Mario bros game for html5, jquery and css3 for a university practice. To put in situation, I have a div "map" and inside the other div "pj" which by means of js I indicate that the div "pj" is moving by the div "map"...
asked by 19.03.2017 / 13:14
1
answer

Access the camera

I was asked to solve a problem which I have not achieved and that is why I go to the community. In a client's portal, they need to take an image of both the desktop browser and the mobile browser. Use the tag <input type="file" class="uploa...
asked by 13.03.2017 / 14:44