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
Div Stretching?!?
wmwood
Permalink to comment
#
May 2008
Is div stretching possible?
Look at this page:
http://ww-wd.com/vBall/
Is it possible to stretch the nav panel to fill the entire left side of the page. so it is always as tall as the page?
Thanks ahead of time :D
Edwin
Permalink to comment
#
May 2008
Yes. Just set the width to 100% and it will always be as wide as your browser window :)
wmwood
Permalink to comment
#
May 2008
No, the left side bar is not growing with the page.
How do i make it grow with the page?
AKA: i want it to be a red box from where it starts to the footer.
UPDATE
(I found a post on it http://css-tricks.com/super-simple-two-column-layout/)
UPDATE 2
Problem Solved
koewnet
Permalink to comment
#
May 2008
You were thinking about the faux columns, if I'm not mistaken?
Add a Comment
Look at this page:
http://ww-wd.com/vBall/
Is it possible to stretch the nav panel to fill the entire left side of the page. so it is always as tall as the page?
Thanks ahead of time :D
How do i make it grow with the page?
AKA: i want it to be a red box from where it starts to the footer.
UPDATE
(I found a post on it http://css-tricks.com/super-simple-two-column-layout/)
UPDATE 2
Problem Solved