lastingforhours
Programmer
i have an all-css, tableless page that, broken down, consists of four rows. what i want to happen (without using a background image) is for my bottom row to automatically extend to the bottom of the browser window regardless of the size.
one thing i've already tried, is making the html and body tags' height 100% and then making this bottom row's height also 100%. all this does is make the bottom row's height the actual height of the screen haha. also, auto height has no effect on it.
so, with that said, does anyone know of any way i can accomplish this without using a background image?
--
Matt Milburn, Wave Motion Studios
matt@wavemotionstudios.com
one thing i've already tried, is making the html and body tags' height 100% and then making this bottom row's height also 100%. all this does is make the bottom row's height the actual height of the screen haha. also, auto height has no effect on it.
so, with that said, does anyone know of any way i can accomplish this without using a background image?
Code:
+---------------+
| |
+---------------+
| |
+--+------------|
| | |
| | |
| | |
| | |
+--+------------+
| | <-- I want this to extend downwards forever
+---------------+ without unnecessarily increasing window size
--
Matt Milburn, Wave Motion Studios
matt@wavemotionstudios.com