|
how can i make the abs divs overlap the relative div
|
| View previous topic :: View next topic |
| Author |
Message |
jomanda Enthusiastic Coder
Joined: 19 May 2006 Posts: 70 Location: Germany
|
Hmm, I am doing absolute positioning with a parent/child setup ... so, I have something like a div with positioning set to relative, then within that, I have two div's with positioning set to absolute. How can I make the absolute divs overlap the relative div?
Reply with quote
|
| |
|
|
froomzer Enthusiastic Coder
Joined: 23 May 2006 Posts: 148
| |
jomanda Enthusiastic Coder
Joined: 19 May 2006 Posts: 70 Location: Germany
|
froomzer: correct. After some tests, turns out if I put the abs divs after the abs div I want to overlap in the markup, it overlaps
Reply with quote
|
| |
|
|
|