导航栏示例

 1 <html xmlns="http://www.w3.org/1999/xhtml">
 2 <head>
 3     <title></title>
 4     <style type="text/css">
 5         body
 6         {
 7             font-family: Arial;
 8             font-size: 10pt;
 9         }
10         
11         #navlist
12         {
13             margin: 0;
14             padding: 0;
15             text-align: center;
16         }
17         
18         #navlist li
19         {
20             list-style: none;
21             display: inline;
22         }
23         
24         #navlist li a
25         {
26             color: #fff;
27             background-color: #900;
28             padding: 0.2em 1em;
29             text-decoration: none;
30         }
31         
32         #navlist li a:hover
33         {
34             color: #ffffff;
35             background-color: #333333;
36         }
37         
38         .active
39         {
40             border: 1px solid #900;
41             color: #900;
42             font-weight: bold;
43             padding: 0.2em 1em;
44         }
45     </style>
46 </head>
47 <body>
48     <ul id="navlist">
49         <li class="active">Home</li>
50         <li><a>About Us</a></li>
51         <li><a>Services</a></li>
52         <li><a>Clients</a></li>
53         <li><a>Contact Us</a></li>
54     </ul>
55 </body>
56 </html>
View Code

效果图:

转载于:https://www.cnblogs.com/hshuai/p/4337416.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值