I have the following problem:
I have 3 divs which 2 have position:fixed; but, since they are not on the same DOM level, the z-index doesn’t work-
Please see
I am trying to move the red div on top of everything but it doesn’t work. Can you help me?
Thanks
The div wasn’t closed properly. You forgot an
>Result: jsFiddle. Now it’s on top.