thanks for the userful code. It helps me a lot
i have another question :P
the output for this code is
--------------------------------
content left | content right
content left | content right
| content right
--------------------------------
content left | content right
content left | content right
content left |
--------------------------------
how can i specify a vertical border to divide left content and right content? similar to a table.
as u can see, sometimes my right content is more, sometimes, the left is more. when floating left and right, they don't "meet" with each other, when i float left for both and specify the border, i'll end up with 2 visible borders. if i specify just 1 border, either left or right div, and since the heights are different, for some rows, it will end up with short vertical border.
appreciate if you can provide further guidance, thanks.