My Footer Is floating up to a page

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • joeleearts
    New Member
    • Oct 2012
    • 1

    #1

    My Footer Is floating up to a page

    I created a site having it this
    Code:
    <div class="wrapper">
      <div class="content_wrapper">
         <div class="content"></div>
         <div class="sidebar"></div>
      </div>
    </div>
    
    <div class="footer"></div>
    that is how it is on my local and all is working perfectly but when it was uploading online the footer was jumping to the center of the page, i added a "clear:both " to the footer it doesn't work, then i added a div and clear it below after the closing tag of the wrapper. still not working.
    Last edited by Meetee; Oct 22 '12, 01:27 PM. Reason: please add code tags <code/> around code
  • ariful alam
    New Member
    • Jan 2011
    • 185

    #2
    do your page has just these two div "wrapper" and "footer"?

    Comment

    Working...