hi i need help with div. i upload a pick to give you idea what i want to do . but i dont know how to do in css part.
note i will be puting image and text in these divs so we dont know the height.
<div id='bg'>
<div id ='contect'>
<div id='left_contect'>
</div>
<div id='right_contect'>
</div>
<div id='right_contect2''>
</div>
<div id='middle>
</div>
<div id='bottom'>
</div>
</div>
</div>
cSs part
#bg{
width:1500px; //has to be this
}
#context {
width: 1202px; //width has to be this
}
#left_contect
{
float: left; ?
}