Questions tagged as 'html5'

2
answers

Google Chrome inserting datepicker in inputs

I'm having problems with <input> tags of type type="date" , as shown below, when the user uses Chrome (ie in Firefox it works as expected). <input name="dt_fim" id="dt_fim" type="date" placeholder="99/99/9999" value="<...
asked by 28.07.2017 / 17:33
1
answer

Problems with HTML5 video caption

I made this little code based on what I read on the internet, but the captions do not appear in any browser I've tested. <div class="embed-responsive embed-responsive-16by9"> <video poster="filmes/A-cabana-HD.jpg" class="embed-respons...
asked by 27.07.2017 / 23:56
1
answer

Leave image with responsive text

Hello, I need to insert a text on top of an image, which is responsive in the correct place of the image, until it is working "well", but the site is done in bootstrap, and when it leaves col-md-4 and goes to the size col-xs-12 (when you resi...
asked by 23.08.2017 / 23:15
1
answer

How to put border on select arrow with CSS?

I have this select with html and css: HowdoIputaborderonthesideofthearrow?So:     
asked by 08.06.2017 / 00:09
2
answers

Hover is not displaying correctly

I have a a no link, only for the display of additional information, but it is not being displayed correctly. I wanted it to be displayed as follows: However,itisdisplayedasfollows: BelowisthecodeHTMLandCSSused:CodeHTML:<aclass="too...
asked by 16.10.2017 / 19:56
2
answers

JavaScript - Function that changes the background of the parent element

I'm having trouble making a function. Can you help me? Home After clicking on the checkbox or on the label, it only colors the word, I would like it to also color the background of the div, I tried to make a script like: var obj = document.g...
asked by 17.10.2017 / 17:24
2
answers

Color chart numbers

I made a code in js and php, but I'm not finding where the color of the numbers that show the values above the points of the graph lines is set. I need to know at what time that red arrow in the numbers. Code: <div class="large-12 column...
asked by 19.10.2017 / 18:35
1
answer

TypeError: obj is not defined, but the variable is defined

When I try to run the following code var largura = 800, altura = 500, mainColor,canvas,ctx, player = { x:400, y:250, largura:50, altura:50, color:"#cc3030" }, obstaculo = { obstaculos:[], time:0, inse...
asked by 14.05.2017 / 03:27
5
answers

How to use Materialize side-nav?

Good morning, I'm trying to make a menu responsive to my portfolio, I'm using the materialize but when I put it fixed the side-nav of the mobile buga version, it's all dark and does not click on the items, here's the image how it gets when you'r...
asked by 08.03.2017 / 15:29
1
answer

How to position these elements in a List

Hello I'm making a simple product page, but I'm having some difficulties when positioning the elements as in the print below: Firstly I was using attributes like: Left: ?? px; bottom: ?? px; , but it did not work very well, because the s...
asked by 24.04.2017 / 21:16