Questions tagged as 'html'

1
answer

Number of Pixels Rolled on a Hidden Overflow Page

Hello! I need to get a way to give toggle in a class in body when I make a big page scroll (Ex: 1000px). However, the problem is that my page is a complete screen with overflow: hidden . (This means that there is no scrolling and ev...
asked by 13.03.2017 / 15:43
2
answers

How to detect change in value of input with readonly active

HTML: <!-- Campo preenchido com retorno AJAX --> <input type="text" name="estado-cliente" hidden id="estado-cliente" readonly="readonly"/> How do I stop detecting any change in value ? Note: value is added and c...
asked by 05.03.2017 / 20:05
1
answer

How do I extract all image URLs from an HTML (in Java)?

I'm processing HTML files that have multiple links to external images. How do I extract just those image links and download them? HTML example: <html> <head> <meta charset="UTF-8"> <title>A Page</title> </...
asked by 18.03.2017 / 20:00
1
answer

Problem in a Breadcrumb using "direction: rtl"

I'm having trouble using "direction: rtl" and would like your help. I created a breadcrumb, when it reaches the limit size of the screen the end of it stays on screen and the beginning is cut off. It was the only way I could do it without the us...
asked by 02.03.2017 / 22:40
1
answer

div does not stay below the other

I'm putting together a script similar to Adfly to wait 5 seconds to continue .. I'm doing well .. the problem now is that the DIV that should separate the contents of the header is on top of the content: link In class .iframeads if I put fi...
asked by 27.02.2017 / 20:51
0
answers

Move a div

How could I move this DIV using javascript? function randomization() { var randomValue = Math.ceil(Math.random() * 5); return randomValue; } function playerMovement(direction) { switch (direction) { case 1:...
asked by 27.02.2017 / 01:07
1
answer

I'm continuing a "form" of a website, using JS HTML PHP

My question is: When clicking on a radio button, the other buttons that are in the simulator should disappear, if you press yes, if you press no, there is not any type of action, the button that I want give the action I have to call in php right...
asked by 27.02.2017 / 11:35
1
answer

How to create a div with height in percentage?

Good, people! I have a doubt. When I create a div / footer / header and I go in css to edit its dimensions I can quietly put width 100%, but height can not edit with percentage, just with px, could you give me a hint how to do this? In case I sh...
asked by 27.02.2017 / 10:22
1
answer

Block mobile browser popup by pressing screen element

Description: A friend is developing an application where a web page is accessed and when interacting with the elements is sent to a PHP commands file to manipulate a robot with Arduino . For now we are doing only connect the le...
asked by 26.02.2017 / 01:53
0
answers

Problem with Table Alignment

I've reviewed the HTML several times, but I think there must be something wrong with my CSS. The placement I used for the images was: /*Produtos*/ .fsResDir{ width:280px; height:280px; float:right; } /*Forma de Pagamento*/ .fsResEs...
asked by 24.02.2017 / 23:54