View Single Post
01-26-2007, 11:24 PM
#8
firsteye is offline firsteye
Status: I'm new around here
Join date: Jan 2007
Location:
Expertise:
Software:
 
Posts: 13
iTrader: 0 / 0%
 

firsteye is on a distinguished road

  Old

In your style sheet you have
Code:
#middle-column {
float: left;
width: 556px;
margin-top: 6px;
margin-right: 4px;
margin-left: 4px;
clear: both;
}
you need to get rid of the clear: both;