MovableType and the IE browser bug

I’m getting tired of hunting for the solution to the Internet Explorer browser bug that causes MovableType sites with their default style sheets to truncate the pages. Every time I help setup an MT site it seems I run into this problem and must try to remember the cure, so this link is more or less for my future reference. If you develop sites with MovableType you might find it useful also. FYI–using the following code before the closing </body> tag does the trick for me.

<div style=”clear:both;”></div>

 
 

3 Responses to “MovableType and the IE browser bug”

  1. Mean Dean
    2. January 2003 at 10:51

    … um … I’ve got the solution.

    Its at home in my notes, but I’ve got one.

  2. Christopher
    4. February 2003 at 19:07

    Well, if you don’t mind, I will use your site as a reminder as well. Thanks!!!

  3. Christopher
    30. July 2003 at 22:53

    See, I did come back and use this :)