CSS
-Tricks
treehouse :
what would you like to learn today?
Web Design
Web Development
iOS Development
Show search box
Search
Search in:
All
Articles
Forums
Snippets
Videos
✕
Home
Forums
Snippets
Gallery
Videos
Almanac
Demos
Lodge
Navigation 'n' Search
Forums
Illustration by Nick Sirotich
Forums
»
CSS Combat
[Solved] Height help...
crewsd
Permalink to comment
#
August 2009
Okay...so I got this CSS Sticky Footer thing to work finally, and now I just need the content section to fill out if the content doesn't push it down.
Here is the site I'm working with:
http://www.flipforceboosterclub.com
I've tried height:100% on everything and nothing will work...help?
P.S. - the border on the sides of the content...the client wanted something like that. Any suggestions for it?
apostrophe
Permalink to comment
#
August 2009
All you can do is set the body background to #EBE8E8. But there is no way to extend those borders except by using a repeating image, and you can't do that because the layout is fluid.
Add a Comment
Here is the site I'm working with: http://www.flipforceboosterclub.com
I've tried height:100% on everything and nothing will work...help?
P.S. - the border on the sides of the content...the client wanted something like that. Any suggestions for it?