View Single Post
05-04-2005, 06:35 PM
#4
JusTJusT is offline JusTJusT
JusTJusT's Avatar
Status: I'm new around here
Join date: Jan 2005
Location: Lithuania, Kaunas
Expertise:
Software:
 
Posts: 22
iTrader: 0 / 0%
 

JusTJusT is on a distinguished road

Send a message via Yahoo to JusTJusT

  Old

Didn't helped, the only changes I can see is that the right-hand layer is in it's place, but the main "text" layer is dumped down now! I even tried to recount all box widht's + padding's*2 + borders widht's there was some mistakes but after fixing them I didn't solve the problem...

Any other ideas?


Originally Posted by opserty
In the html page try placing the right hand side before the main content I think that might work its happened to me a couple of times. I think that was the solution. Also rightCont can be:

HTML Code:
 .rightCont {
	width: 222px;
	height: auto;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	float: right;
}
Much shorter