Posts: 5,935
Name: Adam for web page design, not program
Location: Toronto, Ontario, Canada
|
Ahhh. You're getting float drop.
Simply put, the width of your two divs (left and right column) + any padding/margins you may have is greater than that of the containing div.
So, you need to shrink down the size of one of your divs (I'd say the left ones).
You're also combining divs and tables in a way that really isn't necessary. That's not going to help you much in the long run. For example, your breadcrumb navigation could sit in a div just fine.
|