Posts: 3,361
Name: Abel Mohler
Location: Asheville, North Carolina USA
|
Do not set an explicit width in pixels.
Instead, use percentages (ems cause some difficulties in browser incompatibilities). All margins and padding should also be set in percentages.
Don't forget math. Adding all margins, padding, and window widths should not exceed 100%, otherwise your floats will break. I usually float one column left and the other right, to account for browser differences. I ignore the use of margins and allow a gap between the two floats. I don't recommend more than three columns!
|