I have three divs, within a content div.
Container width 70%. Within that I have -Left, width 20%. -Content, width 60%. -Right, width 20%.
I would like co
You need to take out the min-width from your CSS.
min-width
When the page is sized smaller the min-width stops it from shrinking any further. Thus causing the overlap.