Footer bumping up in MSIE 7.0
-
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 https://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;}
- The topic ‘Footer bumping up in MSIE 7.0’ is closed to new replies.