tags:

views:

32

answers:

1
+1  A: 

This cheap and simple answer is to add "float: left" to your #placementContainerLeft #placementContainerRight.

There may be better ways to do this, but I think this is the simplest.

UPDATE: oh and remove that huge margin-left on your #placementContainerRight

Eric Wendelin
Thanks. I know there is a lot of useless stuff on that css. We are just trying to clean it up and run into this problem. Eliminating the margin did the work though, and just floating both containers to their respective side.
Jericho