Kenoli Oleari said... > For instance, suppose I was creating content to go into a div by > retrieving it from a database using some server side code like php. > This would cause the div to expand to accommodate the data. Then > suppose I had another div next to it that I wanted to have the same > height. I can't tell it how high I want it to be because this will > be variable depending on the size of the first div. I'd like to say > "set the height the same as the first div" or "make the bottom of > this div the same as the first div."
I don't know what your design is, so maybe this won't work for you, but perhaps you could rethink the problem and attack it from a different angle: don't try to make both columns be the same height, but just make them _look_ like they're the same height: http://www.alistapart.com/articles/fauxcolumns/ Cheers, Dan ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
