Your calculation are out by 4px.
Make both the #leftColumn and rightColumn <div> 335px instead of 337px wide.
Here the calculations:
The wrapper <div> is 740px wide. Inside this is the content <div> which
has 22px padding.
740px - (22px x 2) 44px = 696px. (This is the total width you have to
work with)
Your leftColumn is 337px wide + the border (1px x 2) 2px = 339px
Your rightColumn width is the same as the the leftColumn = 339px
339px x 2 = 678px + (margin-right on the leftColumn 22px) = 700px.
Therfore the total width of your left/right columns + borders and margin
= 700px, 4px too wide.
krb100 wrote:
Quote:
Hi Osgood, here is the style sheet, hope it clears matters up. Thanks for your
time and help. All the best |