六狼论坛

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博账号登陆

只需一步,快速开始

搜索
查看: 42|回复: 0

Css 分栏的导航条

[复制链接]

升级  32.33%

85

主题

85

主题

85

主题

举人

Rank: 3Rank: 3

积分
297
 楼主| 发表于 2013-1-29 07:32:09 | 显示全部楼层 |阅读模式
制作了一个风格还不错的CSS 导航条。
 
Css 如下:

#thicktabs{
margin: 0;
padding: 0;
float: left;
font: bold 12px Tahoma;
}
#thicktabs li{
display: inline;
}
#thicktabs li a{
float: left;
color: white;
padding: 4px 10px;
text-decoration: none;
background:  top right no-repeat;
border-right: 1px solid #ffffff; /*right border style*/
background-position: top left; /* www.webdm.cn */
}
#thicktabs li a#leftmostitem{
border-left: 1px solid #ffffff; /*left border style*/
}
#thicktabs li a#rightmostitem{
border-right: 1px solid #ffffff; /*right border style*/
background-position: top left; /* www.webdm.cn */
}
#thicktabs li a:visited{
color: white;
}
#thicktabs li a:hover{
color: white;
background-color:aqua;
}
<!--[if IE]>
p.iepara{
padding-top: 1em;
}
<![endif]-->
 
 
 
 
 
       <table align="center" width="400px" cellpadding="0" cellspacing="0" border="0">
         <tr>
           <td>
            <ul id="thicktabs">
              <li><a id="leftmostitem" href="/">Home Page</a></li>
              <li><a href="/">Products</a></li>
              <li><a href="http://www.webdm.cn/">Catelogs</a></li>
              <li><a href="/">About Us</a></li>
            </ul>
          </td>
         </tr>
       </table>
 
 
您需要登录后才可以回帖 登录 | 立即注册 新浪微博账号登陆

本版积分规则

快速回复 返回顶部 返回列表