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
I had similar problem. Setting #right to a negative margin worked. For example:
#right{ margin-right:-400px; }