IE 6 renders incorrectly

  • Thread starter Thread starter Michael G. Schneider
  • Start date Start date
M

Michael G. Schneider

Does anybody know why the following HTML page is rendered incorrectly (IE 6,
XP SP2)?

http://www.movable-type-weblog.com/carla-beth-problem.html

The last characters from the div are replicated to the next line. The HTML
is minimal. If you remove one or the other tag, the effect cannot be seen.
Even removing the HTML comments will make the error disappear.
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top