Questions tagged as 'html5'

1
answer

Combo box considering the previous choice

Good morning, I have a question about how to do a combo box in the previous choice of input, for example: If you choose SP I will have three options in the list Sorocaba, Boituva, Tatuí More than still continue to mount the link as in the...
asked by 29.08.2015 / 16:30
1
answer

Menu does not stick under the header

I have a video in html5 at the top of the page and then a menu below it that should be fixed as we scroll the page like this > site here . But I do not know the correct way to do this, remembering that this has to work in all browsers...
asked by 10.06.2015 / 21:06
1
answer

Script Play and Pause in HTML5 video does not work

I found this script here on the site. it serves to give play and pause in Html 5 videos. But it seems to have an error, the click and pause effect only works if you have 1 video on the page, if you have 2 videos the effect only happens on the...
asked by 12.06.2015 / 03:31
1
answer

How to make image stay above text with average queries

I have a slide that has keyframes to do a basic animation but I need to add a media queries that when my screen has maximum 800px I wanted my image that is on the left side to be above the text text would stay below the imag...
asked by 18.06.2015 / 15:45
1
answer

Problem in smoothing the scroll on anchor links

Jquery, but I used this script that I found to give the scroll smoothing effect to the "anchored" link: $(document).ready(function () { function filterPath(string) { return string .replace(/^\//, '') .replac...
asked by 26.06.2015 / 16:23
2
answers

Always active calculation in JQuery

I need the following: I have 3 input fields for values / currency. These values are not filled in sequence, other fields, with other values being populated between these 3 fields. I need to know, how do I make the result appear from the calcu...
asked by 28.05.2015 / 23:00
3
answers

Search for database information by selecting a field [closed]

How to select a field and pull the information about it? For example, I wanted to select a user and when I select it appears in the fields type Name, Address, cpf and etc all filled in, searching for this information from the database. I'm...
asked by 09.06.2015 / 13:36
1
answer

The form does not send data to the bank

I've created a discussion topic registration form. Discussion topics are linked to a foreign key category. So if I click on a category a list of topics appears. What I want is to be able to register a topic linked to a category with a form on th...
asked by 26.05.2015 / 21:50
1
answer

Hide a (click) click box on an HTML5 / CSS3 site?

I'm making a website to serve with an app for a college job, the desing is okay (for now, and it worked cool on the smartphone. However, in the menu there is an error when I press any menu item, a light blue box appears, disrupting the app's...
asked by 18.05.2015 / 19:12
2
answers

HTML5 Video Autoplay in mobile browsers

The autoplay attribute in the VIDEO tag does not seem to work in mobile browsers, I've researched it and it looks like this concerns a permissions policy between the browser and the end user, I tried to force autoplay by triggering a clic...
asked by 08.07.2015 / 18:00