html - Show child element above parent element using CSS -
I have two divs, the nested basic element within the second is the defined width / height I use only CSS How can I show the child above (outside)?
Edit: Sorry, maybe I should make it clear that I mean "up" like z axis and yes, i have already tried z-index. My problem is that when the child element is larger than the parent, the result is in the "frame" or "window" effect, which divides the part of Div
Set overflow: visible;
on the parent department.
# Parent {Overflow: Visible; }
Clicker's update has been changed to reflect.
Comments
Post a Comment