I reproduced the exact context of my problem: on CodePen and on jsFiddle.
It seems to work as I expected but when I'm applying the same styles to the almost the same DOM (there are some other elements but those are not positioned and should not affect the end result) I've got the following problem:


As you can see. The red box is somehow under the top div even if that one is positioned static. What am I missing? Thank you!
EDIT: I'm trying to obtain the effect shown in CodePen or jsFiddle. However in my browser the absolute box does not go over the fixed div. When checked with firebug (second image with that blue hovering square shown) the absolute box is there.