Questions tagged as 'html5'

2
answers

Video loop in html5 doing infinite re-downloads. Burst bandwidth consumption

I'm using a background video from the top area of the site. Identical to this site , which uses <iframe> pointing to a video on YouTube. The biggest problem I've noticed in all sites that use video like this is that the video...
asked by 25.03.2015 / 13:47
4
answers

Hide HTML code

This is where you can, if you can, access any website that disables javascript and do F5 to update. You will see that the content of the site has disappeared, however if you load for example CTRL + U , you will see that HTML is still there....
asked by 09.04.2015 / 18:47
2
answers

Place limit, css animations

I came across this problem that is affecting my CSS framework. I have such an animation on my site link But I need it to stay inside the black bar, ie that surplus that is outside the bar should not appear ... I was using z-index to on f...
asked by 08.12.2014 / 17:39
1
answer

Does LocalStorage have any storage limitations?

I need to store a very large number of words / phrases in the user's browser, I wonder if using localStorage is a good option. If so, is there any restriction / limit on the amount of information I can store?     
asked by 30.11.2014 / 20:03
1
answer

Attribute translate: how will this future attribute be used?

What steps does the experiment take for this attribute and when will the browsers start accepting its use? And can anyone understand and risk explaining what their real usefulness in HTML elements will be?     
asked by 20.03.2016 / 20:11
2
answers

z-index does not work in link

I'm having a problem creating a% masks% and a link to disable this masquerade. In another layout that I had worked normally, now that I'm making the switch it stopped working. I have the following code: <div class="mascara" style="display:...
asked by 11.08.2016 / 18:28
2
answers

Doubt with the use of placeholder and onfocus in HTML

Well, I'm creating a login screen where I want to use placeholder and onfocus for when the user clicks on the box disappear what is written (for example: "email") and, if he deletes everything from new, the word "e-mail" appears ag...
asked by 28.07.2015 / 01:53
2
answers

Joining Modal Bootstrap with HTML5 History API

Is there a way to merge the Bootstrap modal (any version) with the API History ? p> The logic would look like this: When opening the modal the URL in the navigation bar would change to exemplo.com/modal-aberto and when closing the mo...
asked by 27.03.2014 / 04:29
1
answer

How to pass list of checkboxes to ActionResult

I need to know how to pass the values of the inputs checkboxes to the action Edit , I need to pass the properties Checked and Id and store in a list of type Photo . Note that the controller that is running...
asked by 20.03.2014 / 20:08
2
answers

Using select to open iframe

I have a code and I want it to open a path in iframe when I click on a option of select . I was able to do this, however to change the option so that it opens something else in iframe I have to refresh the page. If I c...
asked by 09.05.2014 / 16:23