• Resolved dshooter

    (@dshooter)


    Hi all,

    I need help with this weird thing. Firefox is displaying the theme correctly, but Internet Explorer isn’t.
    Check this out :
    http://www.hendralauw.com/2008_01/cms/wp/

    On Internet Explorer, the right sidebar is not there, and seems to be shifted out and moved down.

    Confused.

    Thanks !

    Anyone knows what may have cause this ? Thanks !

Viewing 5 replies - 1 through 5 (of 5 total)
  • replace in your css:

    .content{
    width:520px;
    text-align:justify;
    margin-right:9px;
    margin-left:9px;
    float:left;
    }

    it’s all about the widths… you had padding-left:15px, and no defined margin on left, and 9px margin defined on right w/o defined padding… maybe you did that for a reason I don’t know, but it was enough to kick the right sidebar down in IE.

    I too work with three columns, and it is important imHo to keep uniform the way to align things… in other words don’t get padding and margins tossed up.

    Thread Starter dshooter

    (@dshooter)

    Hi there,

    Thanks so much for the reply.
    I changed my CSS as above, but IE is still not showing it correctly. The right sidebar is still kicked down in IE.

    Any idea ?

    Thanks so much.

    They are identical in IE7 and FF except in IE7 the background in you banner area does not go across the page.

    If you get this fixed, please mark this resolved.

    Thread Starter dshooter

    (@dshooter)

    I played around with the CSS. Trial and error as I am not an expert in this yet and managed to get this fixed finally.

    Thanks for replying.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘FF and IE display differently’ is closed to new replies.