Jump to content

div positioning under expanding content div


dflow

Recommended Posts

how do i position a div under a content height dependent  div?

<style type="text/css">
#container {
width:990px;
margin:auto;
position:relative;
} 
#expandingcontent
{height:100%;
position:relative;
}
#under-expandingcontent
{}
</style>
<div id="container >
<div id="expandingcontent">content</div>
<div id="under-expandingcontent">content2</div>
</div>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.