内容覆盖了我的页脚

时间:2013-11-03 14:34:56

标签: php html overlay

我无法让我的页脚显示在我的所有内容之下。内容目前覆盖在底部,我无法修复它。

页脚代码:

</div> <!-- end #content -->
</div> <!-- end #container -->

<?php wp_footer(); ?>


<div id="footer" width:100%; >

<div id="column" style="width: 100%; height:200px; background-color:none;">
    <div style="width:100%; height:100px; background-color:#cdbfc9; ">
        <div style="width:80%; height:80px; background-color:#fefefe;  margin-top: 10px; margin-left:5px;">
            <!--Information for left column content starts here-->
            <h6>LATEST NEWS</h6>

        </div><!--Information for left column content ends here -->
    </div>
</div>


</body>
</html>   

如果有人可以提供帮助,我会非常感激。网址是:

0 个答案:

没有答案