-
height of a div
Ok, new question (I marked the other thread resolved, so I didn't want to continue in there).
I need to make the left div taller. Since the content div is often taller than the menu, it wraps under the menu, so I want to make the left div at least as tall as the right div or as tall as the page would be fine too.
Any suggestions?
-
Unless someone else has a better way, I just made the bottom-margin 100%. It works. :cool: Is that the best way? :confused:
-
Only problem is, that only extends the whitespace. If I extend the padding, it extends the contents, but goes past the bottom of the screen... this is frustrating. :(
-
Haha i was expecting this question when I made the 2column layout.
http://www.alistapart.com/articles/fauxcolumns/
That fixes it (it's a bit 'dirty' though)