码迷,mamicode.com
首页 > 其他好文 > 详细

Tab特效制作

时间:2016-12-21 20:30:26      阅读:190      评论:0      收藏:0      [点我收藏+]

标签:auto   log   ext   enter   href   ati   line   head   div   

<style>
	*{padding:0px;margin:0px}
       
        ul,li{list-style: none;}
        #menuBox{width:1000px; margin:30px auto;background-color: #eeeeee;border:1px solid #cccccc;height:40px;line-height: 40px;}
        #nemus > li{float: left;}
        #nemus > li  a{display: block;width:140px;text-decoration: none;color: #000;text-align: center;}
        #nemus  li dl{border:1px solid #ccc;background-color: #eeeeee;width:138px;}
        #nemus  li dl dt{border-bottom: 1px solid #ccc;}

</style>
</head>

<body>
    <div id="menuBox">
       <ul id="nemus">
           <li><a href="#">首页</a></li>
           <li >
               <a href="#">新闻</a>
               <dl style="display:none" >
                   <dt><a href="#">国际要问</a></dt>
                   <dt><a href="#">国内动态</a></dt>
               </dl>
           </li>
           <li >
               <a href="#">游戏下载</a>
               <dl style="display:none">
                   <dt><a href="#">射击小游戏</a></dt>
                   <dt><a href="#">动作小游戏</a></dt>
                   <dt><a href="#">单击小游戏</a></dt>
                   <dt><a href="#">装扮小游戏</a></dt>
               </dl>
           </li>
           <li><a href="#">关于我们</a></li>
       </ul>
    </div>

</body>

  技术分享

Tab特效制作

标签:auto   log   ext   enter   href   ati   line   head   div   

原文地址:http://www.cnblogs.com/liaowinner/p/6208649.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!