2013-03-30 35 views

回答

1

您在實際內容之前關閉了<footer>元素。

<!-- content ends 
================================================== --> 

<!-- footer starts 
================================================== --> 
<footer id="footer" class="clearfix"> 
    </footer> //This right here needs to go after your footer code. 
    <div class="container"> 
    //... bla bla bla 
    </div> 
    <!--row ends--> 

    </div> 

//Add this here: </footer> 
//Don't forget to remove the other one up there. 
<!-- footer ends 
================================================== -->