Questions tagged as 'html'

1
answer

How to make a select html load a list of options each time another select change selection?

I need to have a select load a list of option each time on a previous select change of selection. I know I will use JavaScript to do this, but how? Follow the code: <b>Área:</b></td> <select name="area" id="area">...
asked by 30.03.2016 / 17:08
1
answer

How to position one div in front of another

I tried the following, but it did not work ... it continues with the bottom one staying on top of the top, when it should be the other way around. What am I doing wrong? .funil{ text-align:center; } .funil_1 { margin-bottom:-20px;...
asked by 17.03.2016 / 15:56
1
answer

Div Floating in Bootstrap 3 following Scroll

Good morning! I have the following code: <div class="container"> <div class="row"> <div class="col-md-5"> <?php $hostdb = "**********"; $userdb = "**********";...
asked by 05.01.2016 / 16:19
1
answer

How to create a color palette and color a div depending on the chosen color [closed]

Where do I find content to create a website with a color palette to customize a product? For example: You click on a color and this color applies to the product, I click on another color and change the color I had previously chosen. And wh...
asked by 07.11.2016 / 03:23
2
answers

How to enable onclick after a jquery? [duplicate]

I have botões that are mounted dynamically via jquery , it happens that on the main page I have events of these botões , but since they do not exist yet at the time of loading the page the events are not loaded, I needed do...
asked by 04.11.2016 / 14:44
1
answer

Is there a way to insert events in the html element at runtime?

Imagine a page with a single input text, that is, a text field in the HTML document like this: <input value="digite aqui" type="text" id="el"/> . But I want to insert the events onBlur() and onFocus() into t...
asked by 02.07.2016 / 10:17
2
answers

Image Gallery (HTML / CSS) [closed]

Good morning, I'm starting in web programming and I need a north ... I want to make a gallery with timthumb where several images appear after clicking on some, it opens in full screen and follow with a simple slider so that the user can go forwa...
asked by 01.07.2016 / 15:24
1
answer

Responsive image alignment with Bootstrap

I'm having a hard time aligning a responsive Bootstrap image. My image is with the class ( .img-responsive ) properly applied and inserted inside a row and a div with class .col-md-12 . When I apply the class ....
asked by 03.10.2015 / 08:19
1
answer

Access form text using javascript

I'm trying to put the value of "10" to the value of a variable, You will be able to open the button with this code but the value 10 (quantity of product) but not being changed, if I simply change the 10 by 20, when I open the button it will be 2...
asked by 25.07.2016 / 00:12
2
answers

Input name with dynamic name

I want to create a form with a variable number of inputs, according to the amount of data coming from a DB and assign them to the "name" unique names. Then I need to submit this form and retrieve the data via POST. I thought I'd do somethi...
asked by 03.11.2015 / 03:13