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

五彩导航案例

时间:2018-05-27 15:39:50      阅读:251      评论:0      收藏:0      [点我收藏+]

标签:src   line   导航   splay   ali   inf   div   col   ora   

 1 <!DOCTYPE html>
 2 <html lang="en">
 3 <head>
 4     <meta charset="UTF-8">
 5     <title>Document</title>
 6     <style type="text/css">
 7         a.one{
 8             display:inline-block;
 9             height:58px;
10             width:120px;
11             text-align:center;
12             text-decoration:none;
13             color:#fff;
14             line-height:50px;
15             background:url("images/bg1.png");
16         }
17         a.one:hover{
18             background:url("images/bg2.png");
19         }
20         a.two{
21             display:inline-block;
22             height:58px;
23             width:120px;
24             text-align:center;
25             text-decoration:none;
26             color:#fff;
27             line-height:50px;
28             background:url("images/bg3.png");
29         }
30         a.two:hover{
31             background:url("images/bg4.png");
32         }
33         a.three{
34             display:inline-block;
35             height:58px;
36             width:120px;
37             color:#fff;
38             text-align:center;
39             line-height:50px;
40             text-decoration:none;
41             background:url("images/bg5.png");
42         }
43         a.four{
44             display:inline-block;
45             height:58px;
46             width:120px;
47             color:#fff;
48             text-align:center;
49             line-height:50px;
50             text-decoration:none;
51             background:url("images/bg6.png");
52         }
53     </style>
54 </head>
55 <body>
56     <a href="#" class="one">五彩导航</a>
57     <a href="#" class="two">五彩导航</a>
58     <a href="#" class="three">五彩导航</a>
59     <a href="#" class="four">五彩导航</a>
60 </body>
61 </html>

 

技术分享图片

 

五彩导航案例

标签:src   line   导航   splay   ali   inf   div   col   ora   

原文地址:https://www.cnblogs.com/twinkle-/p/9096195.html

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