Questions tagged as 'html5'

3
answers

How to change the background of a checkbox with CSS only?

CSS in width and heigth do not work, background-color input{ width: 20px; height: 20px; } input:checked{ background-color: blue; width: 25px; height: 25px; } <input type="checkbox">     
asked by 06.08.2018 / 17:44
1
answer

Place a button on the input side

Follow jsfiddle: link The first code is correct, but in the second code I put a button on the side and the input got smaller. Why does this happen? I want to leave the same code equal but with a right-hand button. See the image:...
asked by 25.07.2018 / 22:53
3
answers

Form submission settings

I'm not sure what to do, but I'm not sure how to do this. "textarea". so after much trying, I decided to delete everything from mysql and the root of the cpanel. Please, whoever can help, thank you very much. "I need to step-by-step which files...
asked by 17.07.2018 / 11:28
3
answers

How to return the value of type radio

Good morning! I'm having a problem I'm trying to return the value of a radio field by printing on the screen to give a type of return to the user before clicking the send. I'm currently testing on top of a script I found, but without much suc...
asked by 28.05.2018 / 16:12
2
answers

How to get the value of some select item when clicking on it

In the font given below, the logic fails to capture the click on the select element returning only the first option , and so it appears to be an index problem - selectedIndex . Observe : function selecionar(l...
asked by 10.05.2018 / 17:47
2
answers

Remove content after added in javascript

I'm adding a reason, so ok, I delete the first reason, but the added ones I can not delete! var antes = 'Bem estar psicológico <img src="delete.png" style="width: 1cm" onclick="deleteMot(' + '"Bem estar psicológico"' + ');"> <br&g...
asked by 21.05.2018 / 19:07
2
answers

Tooltip when disabled?

I want to make a tooltip appear when the button is off link saying that you need to mark the terms box, once you mark it the tooltip disappears. Can someone help me ? Thank you <!--Loja | INICIO--> <section class="container"...
asked by 04.02.2018 / 04:03
3
answers

Changing site color via GET parameter

First of all I wanted to inform you that I'm a beginner in programming, I'm learning on my own. I have a doubt, I do not want hand-coded kisses or anything, just an explanation so I can put it into practice. I was surfing the internet and...
asked by 17.02.2018 / 05:57
2
answers

How do I always align a button down?

I'm using bootstrap version 4.0.0 I've taken an example here: link How can I make a button always aligned to down ? You can see in jsfiddle, that the "pro" card button is up, I want to always leave it on the bottom to match the "fr...
asked by 13.02.2018 / 00:18
2
answers

Paint input when clicking the checkbox

I need to just click on checkbox to paint background on tr and on input. In the code below, it paints only background of tr and clicking anywhere in tr . <html> <head> <script src="//c...
asked by 01.06.2018 / 14:58