I tried to make a template for the Strongest Brands using CSS and no tables (or at least as minimal tables as possible). I thought the pages were rendering fine on IE & FF. Thanks to a DP member, I'm now aware that the directory pages do not display properly in IE 7: Does anyone have a suggestion for formatting a line of text with 3 sections - left justified, centered and right justified that works properly on all browsers?
You could also just try using the conditional comments in your html so have different css or the like for the part of the page which isn't appearing correctly in IE 7. Eg: <!--[if IE 7]> put your stuff here... <![endif]--> Just a thought.