Hey guys, I'm having some troubles getting my page to line up correctly in IE 7. This is a screenshot of the page in firefox ( correct) browsershots.org/screenshots/0428ad312d63b1c3dda0a0a625f2d3b1/ Here is the page - http://www.certifiedconstructioninc.net/test/Certified_construction/windowsBB.html I am kind of new to this, and I'm hoping i made a simple error. Any help would be greatly appreciated! Thanks!
Look like you need to re-size the width of the left column or right. padding in IE and Firefox are different that could be the reason why your left column width + right column width > parent div results that. Example: if your div 100px and you want padding-left 10px in Firefox (it's like margin), your div will add 10px more in width or 110px.