can't click on input element behind div element

Posted by Preston on Stack Overflow See other posts from Stack Overflow or by Preston
Published on 2012-07-03T20:07:40Z Indexed on 2012/07/03 21:15 UTC
Read the original article Hit count: 223

Filed under:
|

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...

© Stack Overflow or respective owner

Related posts about html

Related posts about css