I have two <div>s which look like this:
---------------------------
| | |
| DIV 1 | DIV 2 |
| | |
---------------------------
The first div is floated left, while the second div is floated right. The left div has a right border, while the second div has a left border.
I would like the larger of these divs to extend its border all the way to the bottom of their container and I want only one border.
How could I achieve this?
Any help would be greatly appreciated.
Use jQuery
add this in head
and put this snippet in head or body.