As shown in the picture, how to remove the lower border of section2?There are examples here: http://jsfiddle.net/996Bw/. Solution. Thanks.
业精于勤,荒于嬉;行成于思,毁于随。
.nav-tabs>.active>a, .nav-tabs>.active>a:hover, .nav-tabs>.active>a:focus { color: #555555; background-color: #ffffff; border: 1px solid #ddd; border-bottom-color: transparent; cursor: default; }
Set the border-bottom-color of the active tag to transparent in CSS
Set the border-bottom-color of the active tag to transparent in CSS