I have a div that I would like to have a border and background-color, but the container has collapsed because everything is floated.
This can be see at http://jsfiddle.net/5DNFs/
How do I get the <div class="due-total"> to have the border and background-color?
Clear your floats : My Fiddle
Note: Just changed border color so that you can see, you can change it to whatever you want
HTML