IE 6 renders incorrectly

  • Thread starter Thread starter Michael G. Schneider
  • Start date Start date
Michael,
Thank you for reporting this issue. I will investigate and follow up as
needed on our end.

Thank you,
Alex Scott [MSFT]

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Changing one of the values in the Style tag will solve the error for me.
<style type="text/css">
#container { width: 750px; }
#center { float: right; width: 566px; }
#left{ float: left; width: 188px; }
</style>

Note the change in value from 184px to 188px
 
M8RIX said:
Changing one of the values in the Style tag will solve the error for me.
<style type="text/css">
#container { width: 750px; }
#center { float: right; width: 566px; }
#left{ float: left; width: 188px; }
</style>

Note the change in value from 184px to 188px

There are several ways for making the error disappear. You might even try
and remove the HTML comments, then the error will not be there.

I think the rendering engine has a problem, and hopefully it will be solved
in some future version.
 
Back
Top