822assunta211teem228
New Member
I have \[code\]<div>\[/code\] with width and height properties. I want to put \[code\]<div>\[/code\] over it, so the click events of the first \[code\]<div>\[/code\] will not be registered anymore.For example, I have div and when I click on it something is happening, but when I put second \[code\]<div>\[/code\] over the first, clicking on the first \[code\]<div>\[/code\] area will now fire that click events anymore.\[code\]<div id="firstDiv" style="width:100px; height:100px">bla bla</div>\[/code\]How to put another \[code\]<div>\[/code\] over "firstDiv" so I will not be able to change its elements? Is it possible?