Results 1 to 3 of 3

Thread: Clear float critical issue - PLEASE HELP

  1. #1
    Join Date
    Jul 2009
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Clear float critical issue - PLEASE HELP

    Hello all!

    Being a hand-coder for 13 years I'm finally getting more and more comfortable with CSS, however, this latest project is kicking me in the butt!

    I usually have no issue with a clear float above the site footer but I'm stumped and need to go live immediately.

    Could somebody PLEASE take a peek. The page can be found at http://www.stevedesjardinsconstructi...est/index.html. Style sheet is located - ...test/css/styles.css

    I know it's probably VERY simple to fix but I'm just spinning my wheels at this point.

    Thanks so much!

    Len

  2. #2
    Join Date
    Jul 2009
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hello all!

    I gave up and removed the floats...I now have simple <div>s that are stacked but the footer is STILL not showing up at the bottom!

    Any saviors out there?

    http://www.stevedesjardinsconstructi...est/index.html
    http://www.stevedesjardinsconstructi...css/styles.css

  3. #3
    Join Date
    Sep 2008
    Location
    Strawberry Hill, Twickenham, London, UK.
    Posts
    15
    Thanks
    2
    Thanked 1 Time in 1 Post

    Default Missing a closing div tag

    looking at your code I can see that you are missing a closing div tag for

    HTML Code:
    <div id="footer-right"/>
    This could be the problem.

    Regards

    Nils

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •