Questions tagged as 'html5'

2
answers

Change the color of an HTML5 progress element

I need to change the color of a progress bar (tag <progress> of HTML5) with CSS. The standard for Google Chrome looks like this: ButifItrystylingwithcssitlookslikethis: How can I leave the background (the gray and white part...
asked by 30.03.2014 / 14:47
1
answer

Masking for date field

Anyone who has used type="date" fault5 has certainly noticed that although the date is visible in DD / MM / YYYY format, when you retrieve value from JavaScript , it is in the format YYYY-MM-DD . What I want is precisely to reproduce thi...
asked by 08.04.2014 / 16:23
2
answers

how does this HTML base tag work?

Hello, I would like to know how and what this < base > of HTML5?     
asked by 25.11.2018 / 16:46
1
answer

Scale image and hidden caption with jquery and css3

I have a problem with image zoom and hide the caption of my own, in the hover of the image I increase the scale of it in the css, already in the jquery I hide the legend, but when climbing, the images next to it I already tried to change the z-i...
asked by 17.12.2018 / 18:30
6
answers

How do I make a textBox that updates whenever the content changes?

How do you make a textBox that updates the database values that are placed in it? That is, textBox is filled in and the user decides to change what is there and wanted to immediately * trigger a method to update the information...
asked by 30.01.2014 / 11:31
3
answers

HTML 5 audio player with forward / backward

I'm working on an HTML 5 player and I was sadly surprised to try to use the forward / backward feature when I put the cursor in a certain minute of the song (as we do on youtube, for example). <audio id="AudioApresentacao" controls="control...
asked by 03.02.2014 / 14:51
2
answers

How to place borders in images using html5 + css?

The code developed until fragmented is here if you need the complete code will be in pastebin HTML: link <!DOCTYPE html> <html lang="pt-br"> <head> <meta charset="UTF-8"/> <title>Google Glass</ti...
asked by 27.09.2018 / 02:58
1
answer

Date type field in Codegniter form

I'm developing a form with date field. How do I use the present form resource of Codeigniter for a date field? In the example below I'm using text area. Is there a form_ function for dates? echo " <div class='form-group'> ";...
asked by 20.06.2014 / 05:07
1
answer

Sprite in SVG for Internet explorer

I read an article that explained how to put multiple SVG images into a single file. The final file looks like this: <?xml version="1.0" encoding="UTF-8"?> <svg version="1.1" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">...
asked by 09.07.2018 / 20:28
2
answers

Problem with bootstrap responsiveness

I'm having trouble aligning the responsiveness of my dashboard. Here is an image of how it sits on large screens. ButifIslowdownthescreenitshuffleslikethis: BelowistheexcerptofthecodeHTMLofthepagewhereIquotethispart.AmIdoingsomethingwrong?Ho...
asked by 18.07.2018 / 15:10