css - 想让border向上移动1px margin-bottom:-1px不好使
PHP中文网
PHP中文网 2017-04-17 11:58:46
0
1
677

请输入代码


#nav {
    width: 100%;
    height: .5rem;
    background: #eee;
    font-size: .18rem;
}

#nav ul {
    /*    list-style: none;*/
    padding: 0;
    margin: 0;
}

#nav ul li {
    width: 24%;
    height: .5rem;
    display: inline-block;
    line-height: .5rem;
    text-align: center;
}

#nav ul li.active {
    color: #0099FF;
    border-bottom: 1px solid #0099FF;
    margin-bottom: -1px;
}
PHP中文网
PHP中文网

认证高级PHP讲师

全部回覆(1)
Peter_Zhu

不太懂你的需求,你用position試試

熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板