Questions tagged as 'html'

4
answers

Is there an event that captures size changes of an HTML element?

I wonder if there is an event that captures size changes of an HTML element. For example, a div with 5000px height is 4800px and Javascript onresize() fault does not fire. Is there an event that captures this? HTML: <div id="tes...
asked by 09.12.2014 / 14:40
0
answers

Add or Decrease columns and rows in table [closed]

I have a table where I want to add or subtract new rows and columns, through the click event on the button, I tried this way, according to the code below, but it is not working very well: Thisexampleofhowtogetbyclickingonitplusaddacolumnorrow.$...
asked by 28.11.2015 / 05:35
2
answers

How to get all parent elements except some

I'm in a situation where I need to get all the "parent" elements of a div, but I can not get all because it would not solve my problem. I wonder if I can put a limit on getting these elements. With an example it becomes clearer. Consider the s...
asked by 23.06.2016 / 22:07
3
answers

Pass values from a popup (child) to parent page

The parent window (jsp) has a popup (child) button. <input type="button" onclick="test();" value="Call Child Window" /> When you open the popup, there are text fields for the person to enter a word. These input are created dyn...
asked by 06.05.2016 / 16:31
4
answers

Difference between span img and div img

I've seen in some source code: <span> <img="../imagens/1.jpg"></span> and in others: <div> <img="../imagens/1.jpg"></div> Is this wrong? I always thought <span> was used exclusively for...
asked by 15.01.2015 / 18:24
2
answers

How do I represent this using CSS?

Does anyone have a clue how I can represent this using HTML and CSS? Without using absolute position, only with border or something else. (This would be the art image I want to transcribe in css)     
asked by 18.11.2016 / 19:22
3
answers

Image with 100% width

I have the following CSS declarations applied to an element: .minhaClass { float:left; width:100%; height:560px; background:url(../imagens/corpo/imagen.jpg) repeat-x top center; } This will happen on a website with top, body and foo...
asked by 31.01.2014 / 16:56
2
answers

Is there any problem in not putting "/" (slash) into auto-close tags?

When I was learning about HTML, I read that there are two types of tags , which are required to 'close', ( <tag></tag> , ex <div></div> ) and auto However, I came across an inconvenience (or not), which is th...
asked by 19.03.2014 / 18:47
2
answers

Discontinuation of the center tag

I know it sounds like a lot, maybe even a lot of lack of knowledge, but I've done some research and found nothing that convinced me in fact. Does anyone have any, or do you know why the tag has been discontinued? Because sometimes I find i...
asked by 12.09.2014 / 11:03
1
answer

Google Chrome sandbox

On some pages of a system where I work (I'm not the only developer) a message appears in Google Chrome like the image below: This only happens in Google Chrome, Firefox works normally. The test server also works, including in Google...
asked by 21.09.2015 / 17:01