Css absolute position inside relative position not overlapping?

A combination of position relative with position absolute.

A combination of position relative with position absolute: #container { width: 200px; margin: 0 auto; position: relative; } #content { width: 200px; position: absolute; z-index: 999; left: -100px; top: 100px; } Demo here and screenshot below: . Seems to work in IE6+, FF, Chrome.

Thanks for the help, but I need info underneath the green box, I mean if I do it like that it occupies the space – Gmo Jun 4 at 9:21 1 @Gmo: I've updated the fiddle. I checked in IE6 and got expected result just the way you described in your ascii art. – Salman A Jun 4 at 10:13.

If you go along the lines of what this guy has done here; brenelz.com/blog/squish-the-internet-exp... it should work fine for you.

I trying usig zindex with container, and the absolute div, but didn't work, idk why, im going to check the link anyways – Gmo Jun 4 at 6:53 not working =/ – Gmo Jun 4 at 7:09.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions