简单的导航菜单

2015-07-27 0 989
简单的导航菜单
<!document type html>
<html>
<head>
     <title>Sample Menu</title>
     <style type="text/css">
        .ullicss {height:30px;background:green;}
        .ullicss ul{list-style:none;}
        .ullicss li{float:left; width:100px; margin-left:3px; line-height:30px;}
        .ullicss a:link   {color:pink; font-weight:bold; text-decoration:none; background:green;}
        .ullicss a:visited{color:pink; font-weight:bold; text-decoration:none; background:green;}
        .ullicss a:hover  {color:green; font-weight:bold; text-decoration:none; background:yellow;}
        .ullicss a  {display:block; text-align:center; height:30px;}
    </style>
</head>
<body>
    <div class="ullicss">
        <ul>
            <li><a target="_parent" href="http://www.baidu.com" rel="external nofollow" >百度</a></li>
            <li><a target="_blank" href="http://www.google.com" rel="external nofollow" >谷歌</a></li>
            <li><a target="_self" href="http://www.sina.com.cn/" rel="external nofollow" >新浪</a></li>
            <li><a target="_top" href="http://www.oschina.net/" rel="external nofollow" >开源中国</a></li>
            <li><a target="_blank" href="http://www.w3school.com.cn/" rel="external nofollow" >w3cSchool</a></li>
            <li><a target="_blank" href="http://www.youdao.com" rel="external nofollow" >有道</a></li>
        </ul>
    </div>

</body>
</html>

遇见资源网 html 简单的导航菜单 http://www.ox520.com/14325.html

下一篇: 404
常见问题

相关文章

发表评论
暂无评论
官方客服团队

为您解决烦忧 - 24小时在线 专业服务