Questions tagged as 'html'

2
answers

How to create a nice color input? [closed]

I was creating a form where the person would have the option to choose a color, as I did not want the person to write the color or because I thought it cool I decided to put an input of the color type <input type="color" name="cor" id="cor"...
asked by 13.06.2018 / 23:05
4
answers

Calculator problems Javascipt [closed]

When I do an operation, the result is always the same: NaN. What is my error? function show() { var oper = document.querySelector('input[name="oi"]:checked').value; return oper; } function tabuada(oper) { var x = document....
asked by 21.07.2017 / 21:54
1
answer

Insert 'variable' into the SRC of the image

How do I do this? I need a "Variable" to stay in the SRC of the img tag, and it pulls the images. $JQuery('<div class="bannersucesso" style=" text-align: center;"><img src="#"></div>').insertBefore('.header-container');...
asked by 09.03.2017 / 15:04
3
answers

How to clear the value of an INPUT after selecting the radio button?

I have two radiobuttons , which have the function of showing / hiding an input each, these two inputs can not receive values together, only the input that is inside the radiobutton selected, I would like that when you select a radiobutton era...
asked by 25.10.2017 / 13:23
1
answer

Warp Shadow - CSS [closed]

I'm trying to make a warp shadow effect on my div but I can not, can anyone help me? www.planow.com.br/nobre/empresa.php     
asked by 23.07.2014 / 14:24
1
answer

Summation system with checkbox does not work [closed]

I have a sum system using checkbox and radio button I've always used it and it always worked, but I tried putting it on another page that I have and it stopped working the code here: function formatCurrency(num) { // função...
asked by 10.12.2015 / 12:06
2
answers

Use HTML div and store it as a variable

I have a playful web page, in which there are 2 divs, and in a PHP page, I would like to randomize them, the array rand part I already know how to do, the problem is time to get the divs HTML and send them to PHP, here's what I have so fa...
asked by 27.10.2015 / 12:30
2
answers

how to put this in an html document [closed]

I have the following code snippets: HTML: <h1>CSS 3D FLIP BOX</h1> <h3>Flipping content to a div (Transitions and 3D Transforms)</h3> <div class="wrapper"> <div class="col_third"> <div...
asked by 02.07.2016 / 15:11
2
answers

Problem with responsive div with 1920px resolution

The resolution of my pc and 920px, my code is all right, but when I see it at 1920px resolution it looks as if the div had left the screen. 920px resolution: 1920pxresolution: HTML:<divclass="container" ng-controller="NavPJController"&...
asked by 22.04.2016 / 15:52
1
answer

anchorage within the select option [closed]

Is it possible? already tried through A and option value but precise value with information that I pull from the bank if not the form does not work Is there a way to put anchor in the select option ???     
asked by 23.10.2018 / 13:46