| harlene 2005-01-14, 11:15 pm |
| I had the same type of problem and posted about it a few days ago. Do a search
in this forum for "2-column CSS layout problems" if you want to read the
thread. (I just tried to find it and I'm getting a "page not available. . ."
message.)
The "bottom line" is that all the padding, margins, borders measurements must
add up exactly to the width of the "wrapper". My measurements were adding up
to a width larger than the "wrapper" because I didn't know realize you had to
add in the borders and I was counting the margin for the right column from the
left edge of the browser instead of the right edge of the left column. (Maybe
that's more than you wanted to know. :-) )
Hope this helps.
|