I have a four-column, left-floated layout. I want equal margins for left and right margins. I've floated the four columns to the left and assigned a right margin of 20px on each float. The full width column div looks correct, but the margins and columns are not displaying correctly on the columns with different widths. I've gone over the math several times and my eyes are burning trying to figure out what I'm doing wrong.
Any suggestions on the best way to do this or how to do this? I could create a 20px width first column for a total of five columns, or use tables. But I was looking for a more elegant way of doing this, but maybe it's not possible. I also have to support IE7. Thanks.