Dan Searle wrote: >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 > Or, if you wanted an imageless solution, try out the ingenious equal-height columns method offered in the "One True Layout" Article. http://positioniseverything.net/articles/onetruelayout/equalheight
Strongly suggest reading the whole article, but that is the page you're looking for. HTH, Derek ______________________________________________________________________ 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/
