美文网首页
第二导航条

第二导航条

作者: 心i_af0a | 来源:发表于2018-12-28 19:07 被阅读0次
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>第二导航条</title>
    <style type="text/css">
        .box{
            margin: 50px auto;
            width: 958px;
            height: 40px;
            /*background-color: #55a8ea;*/
        }
        ul{
            list-style: none;
        }
        li a:link{
            width: 14.28%;
            height: 15px;
            float: left;
            display: block;
            background-color: #55a8ea;
            text-decoration: none;
            text-align: center;
            padding: 12px 0px;
        }
        li a:hover,li a:active{
            background-color: black;
        }
        #VI{ position: relative; }
        .smallBox{
            height: 28px;
            width: 33px;
            /*background-color: red;*/
            position: absolute;
            left: 570px;
            bottom: -20px;
        }
        .smallBox .top{
            height: 14px;
            /*padding: 1px 0px 1px 0px;*/
            width: 33px;
            background-color: #f47403;
            text-align: center;
            font-size: 12px;
            color: white;
        }
        .smallBox .bottom{
            width: 4px;
            height: 8px;
            margin: auto;
            border-top: solid #f47403 4px;
        }
    </style>
</head>
<body>
    <div class="box">
        <ul>
            <li><a href="http://www.4399.com" target="_blank">首页</a></li>
            <li><a href="http://www.4399.com" target="_blank">网站建设</a></li>
            <li><a href="http://www.4399.com" target="_blank">程序开发</a></li>
            <li><a href="http://www.4399.com" target="_blank">网络营销</a></li>
            <li id="VI"><a href="http://www.4399.com" target="_blank">企业VI
                            <span>
                                <div class="smallBox">
                                    <div class="top">new</div>
                                    <div class="bottom"></div>
                                </div>
                            </span>
                        </a>
            </li>
            <li><a href="http://www.4399.com" target="_blank">案例展示</a></li>
            <li><a href="http://www.4399.com" target="_blank">联系我们</a></li>
        </ul>
    </div>
</body>
</html>

相关文章

网友评论

      本文标题:第二导航条

      本文链接:https://www.haomeiwen.com/subject/xmvelqtx.html