Support » Fixing WordPress » IE6 post preview bug?

  • I’m troubleshooting a display bug in IE6 for the post preview page. See sample here. It seems to be related to this bit of CSS:

    .navigation {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 60px;
    }

    It looks like IE6 is not displaying that class as block level? It certainly isn’t displaying the margin-bottom of 60px. Here’s the site for reference: http://www.moonfireandsun.com. Anybody else run into this issue?

  • The topic ‘IE6 post preview bug?’ is closed to new replies.