Questions tagged as 'html'

2
answers

How to set search box in the menu?

I wanted to know how to set the search box in the menu !! The designe of the menu with the box: My code: .nav{ width:100%; height:42px; background-color:#4682B4; font-family:arial; font-size:1.000em; color:#f...
asked by 23.10.2015 / 01:24
1
answer

Send Selected Checkboxes

I looked up some questions here on the site, but I could not quite understand. I have several checkboxes like this: <td> <label class="ls-label-text"> <input type="checkbox" name="adicional" value="L. Ninho" id="2....
asked by 30.10.2015 / 17:35
2
answers

Form with multiple windows

I'm trying to make a form with multiple windows, but I do not understand what's going wrong. Test Code What I want to do is that by clicking the buttons it hides and shows the next form. UPDATE I followed @afonso's suggestion, bu...
asked by 29.02.2016 / 16:44
1
answer

Change maximum value of HTML progress bar with JS

Well suppose I have a progress bar in html and I have a script that clicks on a certain object the value of progress increases by +1, as I would for when that value reached 10 the maximum value of the bar increased to 100? <progress id="pg"...
asked by 27.08.2015 / 21:38
1
answer

Receive select fill in jQuery

I made a table where each row has a select and a refresh button. The problem is that when I click on the refresh of a particular row I want to update only that row and therefore I need to receive by jQuery only the number that is in the select o...
asked by 13.01.2016 / 17:37
1
answer

How to create arrow-shaped borders on the sides of a div

What I have is this: html, body { margin: 25px; } .arrow_box { position: relative; background: #88b7d5; border: 4px solid #c2e1f5; width: 200px; } .arrow_box:after, .arrow_box:before { bottom: 100...
asked by 14.01.2016 / 21:58
1
answer

How to appear what I typed in the input in an image

Hello, I would like to know how I can do the following, I have several images with names, and I created a script in js for me to type in the input and what I typed appears underneath, and this time I would like you to create an image. Example: I...
asked by 21.07.2015 / 19:01
2
answers

menu with the selected option of another color in angularjs

My first question and my first "real" project, too. I am using bootstrap, html / css and angular and I have a horizontal menu in unordered list. What I need to do is that this menu has another color in the option that I click, but it did not wor...
asked by 18.11.2015 / 20:52
1
answer

Placing scroll in a table so it does not go beyond the size of the window

I have a table that has many columns. I want it to be at the maximum size of the window. The problem is she passes the window. How to put a scrool if the content passes the size of the window horizontally?     
asked by 15.11.2015 / 22:57
2
answers

Home screen - structure

I want to set as the home page of my site an image that occupies the entire background, as follows: <style type=text/css> body { background-image: url("imagem.jpg"); background-repeat: no-repeat; -moz-background-size: 100% 10...
asked by 12.08.2015 / 23:06