style.css
#footer-container {
margin: 700px 0 0 0;
background: white url(images/footerline.png) repeat-x;
}
#footer-nav {
width: 921px; margin: 0 auto; padding: 0 0 0 0; overflow: hidden;
font: 11px Arial, Helvetica, sans-serif color: #acacac;
}
footer.php
<div id="content">
<div id="main">
<h4>Latest News</h4>
<p style="border-bottom: 2px dotted #FF0000; width: 620px;"></p><br />
<div class="post">
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<img src="<?php echo get_stylesheet_directory_uri(); ?>/images/pic1.png" ALT="picture1" ALIGN=LEFT><div id="ptitle"><?php the_title(); ?><font color="black"> - <?php the_time('d'); ?> <?php the_time('M'); ?> <?php the_time('Y'); ?></font></div>
<div id="footer-container">
<div id="footer-nav">
Copyright 2012 OCK & Associates
Home | About Us | People | Books | Contact | Career
design by towadesign
</div>
</div>
I place footer line for the footer. I wonder why in mozzila firefox, the content appears differently. The content appears under the footer line.