Hey all! I am running into a problem and am wondering how to solve it!! Basically what I am trying to accomplish is creating a layout that has 4 columns inside of a wrapper div. What I want is for ALL of these columns to be the same height based on the column that has the longest vertical content. Is that even possible? I know that this can be accomplished with tables, but with tables you can't make changes to over 600 pages very quickly! We are still in alpha test with our site and many revisions will be made. Here an example of what I am talking about.
Wrong:
¦---¦---------¦---¦
¦...¦.hi,.....¦...¦
¦...¦.this....¦...¦
¦...¦.is......¦...¦
¦---¦.content ¦---¦
....¦.blah....¦....
....¦.blah....¦....
....¦---------¦....
Good:
¦---¦---------¦---¦
¦...¦.hi,.....¦...¦
¦...¦.this....¦...¦
¦...¦.is......¦...¦
¦...¦.content.¦...¦
¦...¦.blah....¦...¦
¦...¦.blah....¦...¦
¦---¦---------¦---¦
See what I mean? I've searched the forums and have found no answer yet.