Log in

View Full Version : Clear float critical issue - PLEASE HELP



skysytes
07-01-2009, 08:43 PM
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 www.stevedesjardinsconstruction.com/test/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

skysytes
07-02-2009, 11:14 AM
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?

www.stevedesjardinsconstruction.com/test/index.html
www.stevedesjardinsconstruction.com/test/css/styles.css

Nilsy
07-02-2009, 12:24 PM
looking at your code I can see that you are missing a closing div tag for


<div id="footer-right"/>

This could be the problem.

Regards

Nils