Back Home

Open Designs

Community. Driven.

    •  
      CommentAuthorPhiliwily
    • CommentTimeFeb 5th 2007 edited by Philiwily on the 05th February 2007 at 18:13:42 EST
     
    The website I'm having the problem with is here.

    I have the footer set to clear both, but the navigation still won't go all the way down to the footer.

    Similar to the problem I had here.
    • CommentAuthorAndreas
    • CommentTimeFeb 5th 2007
     
    You need Faux Columns. Search for it on Google and you will find a great tutorial from A List Apart on how to make a "fake" column that goes all the way down to the footer. What you see is a classic problem, and Faux Columns is the classic solution.
    •  
      CommentAuthorsofaspud
    • CommentTimeFeb 6th 2007
     
    clear:both; doesn't bring the floated divs down to the cleared div, it just keeps the cleared div below both of the floated divs.
    •  
      CommentAuthorPhiliwily
    • CommentTimeFeb 7th 2007 edited by Philiwily on the 07th February 2007 at 18:46:56 EST
     
    Edit:
    Err... never mind stupid mistake.