简单导航栏hover时候下拉菜单 边框覆盖border

<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8">
        <style type="text/css">
            *{margin: 0;padding: 0;}
            .nav{
                height: 28px;background-color: #58bc58;
            }
            .nav li{
                float:left;list-style: none;margin:0 12px;font-size: 12px;
            }
            .small{
                margin:0 6px!important;
            }
            .small .help,.small .kefu{
                padding:3px 20px 0 20px;border:1px solid transparent;
            }
            .helpBox{margin-right: -7px;position:relative;}
            .helpBox:hover .help{border:1px solid red;border-bottom: 0 none;}
            .helpBox:hover .kefu{border:1px solid red;border-top: 0 none;display:block;}
            .small .help{
                margin-top: 3px;display:block;
            }
            .small .kefu{
                position:absolute;top:20px;right: 0;display:none;
            }
            
            .river{
                width: 1px;height: 15px;margin-top: 6px;background-color:#000;margin:6px 0 0 0!important;
            }
        </style>
    </head>
    <body>
       <ul class="nav">
           <li>笑嘻嘻</li>
           <li class="river"></li>
           <li class="small">
               <div class="helpBox">
                   <span class='help'>帮助中心</span>
                   <div class='kefu'>联系客服</div>
               </div>
           </li>
           <li class="river"></li>
       </ul>
    </body>
</html>

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值