Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Simple CSS Help Re: Simple CSS Help

#86500
exteam
Participant

Sorry,

Here it is so far I have managed to code..

div#MainBodyContainer
{
float:left;
width:924px;
height:auto;
padding:0 0 0 26px;
background:#fbf7c2;

}
div#ContentArea
{
float:left;
width:898px;
text-align:center;
padding:20px 0 0 0;

}

div#topcontent
{
float:left;
text-align:justify;

}

div#midcontent
{
float:left;
text-align:center;
width:898px;
height:auto;
position:relative;

}

div#leftcontent
{
float:left;
text-align:left;
width:400px;
position:absolute;
}
div#rightimg
{
float:right;
width:400px;
border:#969696 solid;

}

div#ContentArea ul {
text-align:left;
margin:0; padding:20px;
font-size:18px;
color:#363636;
}

div#ContentArea ul ul{
font-size:15.5px; color:#363636;

}