View Single Post
05-04-2005, 07:26 PM
#5
opserty is offline opserty
Status: I love this place
Join date: Jan 2005
Location: UK, Birmingham
Expertise:
Software:
 
Posts: 606
iTrader: 0 / 0%
 

opserty is on a distinguished road

Send a message via MSN to opserty

  Old

Try reducing the width of rightCont to 221px. Make sure you take into account the width of the borders and reduced the main content section by 2px (width)

HTML Code:
 .rightCont {
	width: 221px;
	height: auto;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	float: right;
}
.content {
	width: 768px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;

}