Questions tagged as 'html5'

0
answers

Pass the song as a html page parameter

Hello, I'm trying to make a game menu in HTML5 + JavaScript + CSS3 and when I click on a button I want to change the html page, but that same song continue to give. I suppose it is with the audio.currentTime method, but I do not know ho...
asked by 24.03.2016 / 19:12
1
answer

CSS Search Element at JS

Well, I'm now starting programming in HTML5 + JavaScript + CSS and I have a question that I suppose is basic but I can not find an answer. I created an HTML5 canvas and since I was not able to add buttons (created in HTML) on the canvas, I decid...
asked by 22.03.2016 / 19:25
2
answers

Row complete the entire screen

I'm trying to do the following layout: ----------------------------------------------- Cabeçalho ----------------------------------------------- | | | | FO...
asked by 18.04.2016 / 19:55
0
answers

Site appears unconfigured when it goes to the hosting

Hello, I'm creating a website, I've actually already been in the testing phase, it was normal when it was locally tested, but when I passed it to the host, it simply failed to configure the sliders. Sliders HTML looks like this:...
asked by 15.03.2016 / 13:09
0
answers

Problem with image size and position: fixed

I can not put these large images with neither position fixed. They change in size when I try and the page deforms. link .container-fluid { background-color: #E6E8FA; } #myname { background-color:#B0C4DE; font-family:Pa...
asked by 08.03.2016 / 18:16
0
answers

video without sound on iOS

I'm using the html 5 video tag, but when running on an iOS (an app using the phonegap) there is no sound, what can it be? I followed exactly the example used by W3SC, and even then there is no sound. Code: <div class="midia"> &...
asked by 14.03.2016 / 17:53
0
answers

Elastic scroll effect in mobile applications

I'd like to know how to make a much-used effect today in mobile applications, where you move objects with your finger "elastically" horizontally or vertically, sometimes pushing objects out of the screen boundaries, and then it returns to the ho...
asked by 15.02.2016 / 18:16
0
answers

Create event to check duration of display of images, similar to video in HTML5

Well, I was checking out video of html5 and I saw that it has a lot of control events, such as this , so you can tell when a video is about to end and also trigger an event when it's gone. I would like to know if there is something similar...
asked by 15.02.2016 / 19:49
1
answer

Run jQuery only once when the site is loaded [duplicate]

I'm having a problem, I have the script below that every time the user uses the browser to go back to the main page this animation script executes. I would like to know if there is anything I can do to run it only on the first user access,...
asked by 09.03.2016 / 20:55
0
answers

resize "fingerprint" on web page

I would like to know if there is any technique, a plugin, whatever it is, something that allows you to resize an image that is on my web page in an interactive way with the user, such as the following image:     
asked by 10.02.2016 / 23:59