Support » Themes and Templates » Footer displays in posts (IE only)

  • jdquel

    (@jdquel)


    I’m having a problem with my theme’s footer where it repeatedly appears on top of the post section (usually around the middle of the page). This only happen in Internet Explorer. The problem does not occur in Firefox and I am at something of a loss. Does anyone know what could be causing this or how to fix it? Thanks!

    http://wisgrove.com
    (view in explorer)

Viewing 1 replies (of 1 total)
  • aymie

    (@aymie)

    Why not try the CSS code for IE which tells IE the minimum height (if you already have next / prev page displayed so you know the maximum length of your posting page).

    So basically it starts the footer at something like this:

    html>body {
    min-height: 900px;
    }

    or do:

    .page {
    min-height: 900px;
    }

    I can’t remember which one it is exactly, but I do know it’s min-height CSS which forces the page to have a minimum height so you can position your footer…anyways, it’s a suggestion, or at least a start.

Viewing 1 replies (of 1 total)
  • The topic ‘Footer displays in posts (IE only)’ is closed to new replies.