今更感たっぷりですが、記載します。
//左カラム{
border-right:1px solid #000;
float:left;
}
//右カラム{
border-left:1px solid #000;
margin-left:-1;
float:left;
}
ネガティブマージンを入れてボーダーを重ねる方法です。
今更感たっぷりですが、記載します。
//左カラム{
border-right:1px solid #000;
float:left;
}
//右カラム{
border-left:1px solid #000;
margin-left:-1;
float:left;
}
ネガティブマージンを入れてボーダーを重ねる方法です。