how can i make the abs divs overlap the relative div
|
| View previous topic :: View next topic |
| Author |
Message |
jomanda
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? |
| |
|
|
|
|
froomzer
Joined: 23 May 2006 Posts: 148
|
| The abs divs are inside the rel div, right? |
| |
|
|
jomanda
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 |
| |
|
|
|
|