• This Site is for a NON profit..The footer jumps up what do we do to fix it?

    It looks fine in all the other browsers except 7.0

    the website is http://www.almabirth.org/english/

    FOOTER

    <hr class=”clear” />

    <div id=”footer”>
    <div id=”footer-inner”>
    <p align=”center”>Alma Birth is a not-for-profit 501 c3 corporation based in Boulder, Co.<br>
    Copyright © 2007 <?php bloginfo(‘name’); ?>. All rights reserved.
    Hosted By Hostgator<br>

    <!– <?php echo get_num_queries(); ?> queries. <?php timer_stop(1); ?> seconds. –>
    </p>
    </div>
    </div>

    </div>
    </div><!– end #container –>
    <?php wp_footer(); ?>
    </body>
    </html>

    CSS

    /* footer
    ———————————————————- */

    #footer {
    padding: 0 10px 14px 10px;
    background: url(images/bg_page_b.gif) repeat-x 6px bottom;
    }
    #footer-inner {
    font-size: 90%;
    line-height: 1.6em;
    background: #f0f0e8 url(images/bg_sidebar.gif) no-repeat right bottom;
    border: 1px solid #e1e4d3;
    }
    #footer p {
    margin: 0;
    padding: 10px;

    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • I can’t be sure but I think it’s because the footer is contained within both Container divs (container and container-inner)

    Make a backup before proceeding. Try opening footer.php and remove the 2 closing divs where it says ‘end container’ and move them to the top before the footer div starts.

    Thread Starter dude77

    (@dude77)

    Hey, thanks I did that and it is still doing the same thing.. Seems like a lot of people have the footer jumping up win IE 7.0 but everyone code is different.. anyone have more hints clues?

    I was looking through older post and found this article. If you haven’t found a solution, try looking in the footer file for:

    #footer{
    clear: both;

    Change the “both” to “none” and see if that helps. I had the same problem with a theme I’m using and this fixed it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Footer bumping up in MSIE 7.0’ is closed to new replies.