View Single Post
08-25-2005, 10:42 PM
#9
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

this might be your problem:

Code:
#rightcontent {
right: 0 0 0 10.3%; /* Change to margin-right:10.3%; */
width:200px;
border: 0px;
float: right;
}
However it sees odd to me why you are giving such precise percentages, why not pixels instead. (for positioning the left & right content only)