View Full Version : Expanding DIVs


fudgesicle
08-07-2003, 03:42 PM
I'm making a DIV layer for my blog, and I'd like to have it not be a certain pixel height, but have it expand when I have enough text. I don't want the layer to shrink when I don't have enough text.

That may have been confusing, so this is basically what I want:

A DIV layer that goes to the bottom of the page when there's only a line or two of text

that also

Expands when there's lots of text.

I know that tables can expand, but I don't have much experience with them. Is there a way to do this with tables? If so, how would I code it?

Thanks!

Alcy
08-07-2003, 03:55 PM
Set the height of the table to "100%"