Viewing 4 replies - 1 through 4 (of 4 total)
  • I was going to suggest inserting <br clear=”all” /> into the top of your footer.php file, to see what effect that it might have.

    Note: You have other issues that you might wish to address… In earlier versions of IE the content of the right column loads beneath the content of the left column.

    My guess is that you have some content that exceeds the defined width of your left column or your right column.

    Thread Starter John Stringfellow

    (@frenchtowner)

    Mitch,

    Thank you for your suggestion. I just found an answer that fixed the problem:

    http://wordpress.org/support/topic/263664?replies=5

    using “clear:both;” worked.

    I will look into the width issue. Did you find the error on both pages or just on the homepage?

    BNJ

    The issue is present on multiple pages, in earlier versions of IE.

    After checking to see if it is a content width issue, you could also check to see if adding…

    #container
    “clear: left”

    and / or

    #container
    “float: right”

    …remedies the problem.

    Thread Starter John Stringfellow

    (@frenchtowner)

    Mitch,

    I appreciate you working with me. I cannot get IE 6 to work at all. I have tried to get a conditional statement to work at the top of my header linking to a special IE6 style sheet but I must be doing something wrong. I am moving this to another post since we solved the original footer problem.

    John

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Firefox Footer Problem’ is closed to new replies.