I am facing a design challenge with 2 columns, floated to each side, and I am looking to incorporate a 1px width line separator that extends from the top to the bottom of the longest column.
I am avoiding the use of TABLE layouts and I am unsure of which column will be the longest or how long it will be.
Is there a way to achieve this using only CSS?