答案 0 :(得分:3)
我使用position:relative;
将.item_one撞到了一个像素,看起来不错。
.item_one
{
padding:5px 10px 5px 10px;
border:1px black solid;
border-bottom:1px white solid;
background-color:white;
float:left;
position:relative;
top:-1px;
z-index:1;
}
答案 1 :(得分:1)
答案 2 :(得分:1)
白点是.item_one div的底部边框
set border-bottom:none; for .item_one
机顶:39px;对于.item_twenty
另外,尝试添加z-index:0;到.item_twenty以确保它落后于.item_one
答案 3 :(得分:0)
除非我误解了这个问题,否则你可以像在my update中那样将两者包装在一个“容器”元素中。就个人而言,我可能会使用定义列表。