I have two columns, and I need to add a row between them. This is 1px solid color, so I would like to achieve this with css. The trick is that the content is dynamically loaded, so sometimes there may be more text in the left column, and sometimes there may be more text in the right column. Of course, if coulmn were always the same size, I would add a border to a larger one. But, unfortunately, I do not.
So, is there a way to achieve this or can I combine it with php and maybe strlen or something else?
Here you can find a simple code for this problem http://jsfiddle.net/M9TSs/
source share