Hi I just trying to get the container divs of a site I am starting into position and have been using blocks of color to put things where they should be.
Strangely the text in the Content_right div shows up fine but no matter what I have tried it won't show the bg color I have given it.
Can anyone see a reason for this. I don't want to go ahead and start building the site if I have made some fundamental error in the intitial layout.
This is the page: <!-- m --><a class="postlink" href="http://www.djaztek.com/Roehampton/laid.htm">http://www.djaztek.com/Roehampton/laid.htm</a><!-- m -->
The CSS is copied below
Any help appreciated.
A
/* CSS Document */
/*-- General page layout info --*/
body{
height:100%;
background-color:#CCCCCC;
}
#container{
width:755px;
margin: 25px auto;
}
#head_left{
width:590px;
height:80px;
background-color:yellow;
float:left;
}
#head_right{
float:right;
width:165px;
height:80px;
background-color:blue;
}
#mid_menu{
clear:both;
width:760px;
height:33px;
background-colorink;
}
#content_left{
width:590px;
height: 462px;
float:left;
background-color:green;
}
#content_right:{
width:180px;
height:462px;
background-color:blue;
}
#ipod_footer{
width:100%;
clear:both;
height:33px;
background-color:aqua;
}
/* -- END Layout ---*/Found the error in the CSS ... doh!
Please disregard this post.
Strangely the text in the Content_right div shows up fine but no matter what I have tried it won't show the bg color I have given it.
Can anyone see a reason for this. I don't want to go ahead and start building the site if I have made some fundamental error in the intitial layout.
This is the page: <!-- m --><a class="postlink" href="http://www.djaztek.com/Roehampton/laid.htm">http://www.djaztek.com/Roehampton/laid.htm</a><!-- m -->
The CSS is copied below
Any help appreciated.
A
/* CSS Document */
/*-- General page layout info --*/
body{
height:100%;
background-color:#CCCCCC;
}
#container{
width:755px;
margin: 25px auto;
}
#head_left{
width:590px;
height:80px;
background-color:yellow;
float:left;
}
#head_right{
float:right;
width:165px;
height:80px;
background-color:blue;
}
#mid_menu{
clear:both;
width:760px;
height:33px;
background-colorink;
}
#content_left{
width:590px;
height: 462px;
float:left;
background-color:green;
}
#content_right:{
width:180px;
height:462px;
background-color:blue;
}
#ipod_footer{
width:100%;
clear:both;
height:33px;
background-color:aqua;
}
/* -- END Layout ---*/Found the error in the CSS ... doh!
Please disregard this post.