Questions tagged as 'html5'

1
answer

How do I make a button process the same function more than once?

I am doing a Pomodoro Clock, it consists of a clock that is a countdown of 25 minutes, after that 25 minutes has a Short Break, which is a 5 minute break for rest. My HTML5 code has two buttons that when clicked trigger a function to start the c...
asked by 19.02.2017 / 17:51
1
answer

Problem with tr of table inserted via javascript

function cadProd(){ var nomeProd = document.getElementById("nomeProd").value; var categoria = document.getElementById("categoria").value; var descricao = document.getElementById("descricao").value; var un = document.getElementById("u...
asked by 14.02.2017 / 17:50
1
answer

How to implement a video player with quality options for online playback?

Does anyone know of any library or other way of playing the videos from my QA-compliant server to avoid slow downloading, youtube style, for the user to select the resolution (for example). Thank you in advance.     
asked by 13.02.2017 / 16:21
1
answer

Retrieve image via path and display

I created the following method to save an image to the database public ActionResult enviaArquivo(UsurioViewModel arq) { try { string nomeArquivo =""; if (arq.Arquivo != null && arq.Arquivo.ContentLe...
asked by 08.05.2017 / 03:06
1
answer

Where can I use the -webkit-details-marker?

I was looking to remove the default arrow from the details/summary tag in HTML and found this solution to use -webkit-details-marker . I wanted to know what it actually does, because I did not find any explanatory tutorial on the ne...
asked by 20.09.2016 / 21:45
1
answer

Overlapping graphs

I need to make a chart like this But I did not find anything that could help me. Does anyone have a solution for this?     
asked by 24.10.2016 / 18:19
1
answer

Set up form for printing

I created a form where, when it is filled, it should be printed. However, when I go to print, it comes out completely unformatted. Does anyone know how I can make the print output formatted? And how do I hide the send, print, and delete bu...
asked by 29.08.2016 / 13:57
1
answer

CSS alignment cell table

I have a% of% where the contents of <table> are random numbers, I need the numbers to occupy 100% of the cell, however much I put the size 100%, with <td> and padding zero, always % is inside the cell. I need the...
asked by 26.12.2016 / 21:13
1
answer

Class selector in CSS

I'm not able to reference a <div> , which is in my index.html file, through my .css file. I have the following structure in my index.html file: <!-- Content --> <div class="container"> <div class="row">...
asked by 01.01.2017 / 23:03
2
answers

How to change the color of the Link in HTML?

Greeting for all, I am studying HTML with CSS and I am still in the process of learning, I created a keyed, that is, when the page is above 992px wide it shows the menu, when it is less than 992px it hides a menu and a icon and when he wants...
asked by 24.06.2016 / 11:03