View Single Post
  #8 (permalink)  
Old 06-08-2007, 08:06 AM
PR Design's Avatar
PR Design PR Design is online now
CSS Wizardry -- Not Gay!
 
Join Date: May 2007
Location: Yorkshire, England
Gender: Male
Posts: 5,913
Default

Regarding the column that's dropped down, it's a common IE problem. Because the two div's must touch, IE forces one onto a new "line" as it were. The only way round that I've found is false columns.

Keep #rightcolumn @ 171px wide floated left but make #maincontent 660px floated right. The put the background on the contentwrapper div instead of on each of the two.
Hope that made sense, it probably didn't.
Reply With Quote