I have this problem as described in the title, can't put the child_child
behind all other parents?
is this possible? Jsfiddle
I have this problem as described in the title, can't put the child_child
behind all other parents?
is this possible? Jsfiddle
You need to set the z-index of the wrapper (big) first:
like this:
http://jsfiddle.net/PauloSegundo/v8Ljo77v/
Set
z-index
only for last child Fiddle and remove floating, change fixed to relative positioning:CSS:
Checked in main browsers - OK.
.big
's position toabsolute
.z-index: -1;
toul