Given the following HTML. It display two columns: #left, #right. Both are fixed width and have 1px borders. Width and borders equal the size of upp
#left
#right
Best Solution to fix floating bug in every case is use table layout using tds. That will never loose floating.