Hidden links are still clickable on the Android browser

Posted by David on Stack Overflow See other posts from Stack Overflow or by David
Published on 2010-05-13T15:39:22Z Indexed on 2010/05/13 18:14 UTC
Read the original article Hit count: 182

Filed under:
|
|

I've got a contextual menu that appears when a button is clicked. This menu has some links and after some seconds is hidden again. The problem is that after the menu has disappeared the links are still there. They are not shown but are clickable and the green border appears. And after some seconds they disappear.

I've tryied many ways of hiding the menu: display: none, visibility: hidden, width: 0, height: 0, jquery hide, jquery fadeout... but none worked. Also hidding the links.

Does anyone have a idea about what's happening? With the rest of the browsers it works without problem

Thanks

© Stack Overflow or respective owner

Related posts about android

Related posts about css