Forum Moderators: not2easy
in the left column is a <p> box element(class="left") with a border on all sides.
in the right column is a <p> box element(class="right") with a border on all sides but the left.
ideally, they should match up so as to appear like it is one box with a single outer border and a dividing line in the middle.
i have margin:0px 0px 0px 0px; in both classes.
i have no table-level margin/padding tags
this works in mozilla but not IE 5.2--i am using a mac and have not tested on PC yet.
IE gives me a small space between the elements--very unattractive.
is there any way around this or is it just an IE thing?
i'm very new to CSS, am i missing something--doing this the wrong way?
thanks