Posts: 39
Name: Arwen Taylor
Location: www.arwentaylor.com
|
#content {
background-color:#879197;
color:#FFFFFF;
width: 360px;
margin: 0;
padding:10px 5px 10px 260px;
/*border:thick solid #FFFFFF;*/
}
It may be because of the way you have your padding set here. I notice that you have your sidebar floated to the left and so I'm assuming you are trying to keep the main content from running over the sidebar. I recommend setting margins the way you have the padding set.
margin: 10px 5px 10px 260px;
padding: 0;
See if that works.
Arwen
__________________
Please login or register to view this content. Registration is FREE
SEO Article and Content Writing Services. Drop by my Please login or register to view this content. Registration is FREE
blog for tips, tools and advice on building a profitable online business.
|