I am converting my website from a table based to a css div based design. www dot persquarefeet.in 1. When I view the page on IE7 or FF3, everything is fine. However, in IE6, all the right side boxes go below the left side divs. I tried increasing the width of the main body div, but it doesn't solve the problem. 2. ANothe problem is that the right side boxes have a bottom image, which appears clearly in IE (both 6 and 7), but in FF it is not at all visible. Please help.
Bcoz the same css doesn't display the same in IE and FF . For your case, it is probably the total width of the left and right div are too wide for the outer div . Try to set a smaller width for left or right div .