can't click on input element behind div element
- by Preston
On my site: http://alsite.com.br/solalev/ I have some elements on the bottom of page that I can't click through. Above the elements is a div called push.. I use this div to make the footer always stay on the bottom of my page even when the content is smaller... (I dont know if I do this right.. but it has worked)..
So.. on Chrome and Firefox I can't click.. but on IE this works....
I use this:
.push{
pointer-events: none;
}
but nothing happens...