Questions tagged as 'html'

2
answers

Hover div within div

I have a div that is part of a link that is inside another div, I wanted it if it passed the cursor anywhere in the div, if it applied to both the link text and the div from within. The hover is working only as separate and I can not manage t...
asked by 29.06.2017 / 18:00
2
answers

Problem printing fields

Setting up a simple OS system without BD, I put a few fields to fill in the HTML page, and at the end a button to print, the problem is that on the screen before asking to print the fields are aligned, when it opens the print window some fields...
asked by 10.12.2016 / 23:42
2
answers

Horizontal ruler with text

I would like to know how I could make a horizontal ruler in HTML or CSS with a text in its center. I know only the <HR> of HTML command, but it does not seem to leave me with a text in its center. Does anyone have any suggestions...
asked by 15.02.2016 / 18:55
3
answers

block the enter within an input

I have the following input inside a form: <input type='text' class='form_campos form_campos_nome' id='auto' name='verifica_nome3'> I need to block the enter key inside it, ie when the cursor is inside it enter does not send the form,...
asked by 28.06.2016 / 18:23
2
answers

JavaScript without working in HTML

Good, I need a little help which is as follows. I tried this code on my computer on an HTML page and it does not work, but on the fiddle ( link ) works perfectly. Am I missing something? Thank you     
asked by 14.06.2016 / 00:10
1
answer

data bind with Arrays - AngularJS

Well, I'm having a hard time figuring out the best way to resolve this: I have several skills and I need to save each skill with your score and skill id for each candidate. I have a ng-repeat that lists all the skills in the form of the ca...
asked by 08.02.2016 / 15:21
3
answers

Pass Cursor to the Next Field of the Form

I have a form with several inputs, combos and etc. How can I do that when the user selects an option in the combo the cursor already jumps to the next field of the form? Also make sure that when the user completes a field that has a certai...
asked by 05.02.2016 / 18:05
1
answer

Alternative image in case of load failure

I am creating a script that randomly shows a mosaic of urged. I keep the URLs of the original image in a DB, but it happens that sometimes I have image URLs that do not upload because the users deleted the images in instagram. What is the bes...
asked by 12.02.2016 / 01:04
4
answers

Assign function dynamically

Example: <body> <div class="box"> <div class="close"></div> </div> <div class="box"> <div class="close"></div> </div> <div class="box"> &...
asked by 28.01.2016 / 12:50
1
answer

How to improve my layout in HTML?

Gentlemen, I need to make the following rectangles in html, can you instruct me what the best option is? body { width: 100%; height: 100%; margin: 0; padding: 0; } body { background-size: cover; } .container...
asked by 08.10.2018 / 14:24