Android Webkit: Absolutely positioned elements don't respect z-index
Posted
by cpharmston
on Stack Overflow
See other posts from Stack Overflow
or by cpharmston
Published on 2010-04-01T17:10:24Z
Indexed on
2010/04/01
17:13 UTC
Read the original article
Hit count: 452
Nasty little bug, this one.
As illustrated in Android ticket 6721, the Android browser seems to not respect z-index when absolutely positioned elements are laid over the top of <a>
or <input>
tags.
I am desperate for any sort of workaround. Has anybody conquered this one before?
Thanks in advance!
© Stack Overflow or respective owner