Link to home
Start Free TrialLog in
Avatar of Revolution9
Revolution9

asked on

footer position wrong - HTML5 page

Help!  I'm putting together a website in HTML5 - my footer is not at the very bottom of the container, and I can't figure out why.  Please let me know what I did wrong.

http://www.sharonfarber.com/sftest1.html

Thanks very much.  More questions on this website coming throughout the day!  Lots of points to be scored!
ASKER CERTIFIED SOLUTION
Avatar of Kyle Hamilton
Kyle Hamilton
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Revolution9
Revolution9

ASKER

I had to manually stretch the footer area to make it the same width as the container, it fell a bit short.  Thanks so much for your help!
Avatar of James Williams
Yes,,,, i agree w/ above.

Depending on the needs of the page.
you could also add

.content 
    { 
        min-height: 280px; 
    } 

Open in new window


The you style css

Selvol