Unruffled
04-11-2012, 08:08 AM
my website is located at the following url -
http://chrislflearning.x10.mx/Index.php
Style.Css
@charset "utf-8";
/* CSS Document */
#header {
height:120px;
width:1000px;
margin-left:auto;
margin-right:auto;
}
#content_wrap {
height:800px;
width:1000px;
margin-left:auto;
margin-right:auto;
margin-top:15px;
}
#left_content_top {
height:392.5px;
width:220px;
float:top-left;
background-color:#FFF;
margin-bottom:15px;
}
#left_content_bottom {
height:392.5px;
width:220px;
float:bottom-left;
background-color:#FFF;
}
#right_content {
height:800px;
width:765px;
margin-left:15px;
float:right;
background-color:#FFF;
}
The problem i have is that i can't get right_content back in place. The website was fine with no error's as i had it before i split up the left_content into left_content_top and left_content_bottom. I did all the calculation's and it's correct can someone help me out with the problem that is occurring?
http://chrislflearning.x10.mx/Index.php
Style.Css
@charset "utf-8";
/* CSS Document */
#header {
height:120px;
width:1000px;
margin-left:auto;
margin-right:auto;
}
#content_wrap {
height:800px;
width:1000px;
margin-left:auto;
margin-right:auto;
margin-top:15px;
}
#left_content_top {
height:392.5px;
width:220px;
float:top-left;
background-color:#FFF;
margin-bottom:15px;
}
#left_content_bottom {
height:392.5px;
width:220px;
float:bottom-left;
background-color:#FFF;
}
#right_content {
height:800px;
width:765px;
margin-left:15px;
float:right;
background-color:#FFF;
}
The problem i have is that i can't get right_content back in place. The website was fine with no error's as i had it before i split up the left_content into left_content_top and left_content_bottom. I did all the calculation's and it's correct can someone help me out with the problem that is occurring?