当前位置: 首页 > 电脑网络 > 正文

CSS制作的一款非常简单的韩国风格菜单

1.       <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

2.       <html xmlns="http://www.w3.org/1999/xhtml">

3.       <head>

4.       <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

5.       <title>www.webjx.com</title>

6.       <style type="text/css">

7.       <!–

8.       * {font-size:13px;font-family:Arial;}

9.       #nav li {list-style:none; width:200px; margin-top:5px;padding:4px 6px;}

10.    #nav li a {text-decoration:none; color:#666;} [中国站长站]

11.    #nav li a:hover {color:#000;}

12.    .aa {border-top:4px solid #7BC110; background:#be6;}

13.    .bb {border-top:4px solid #ff9900; background:#fc3;}

14.    .cc {border-top:4px solid #ff66ff; background:#fcf;}

15.    –>

16.    </style>

17.    </head>

18.    <body>

19.    <ul id="nav">

20.    <li class="aa"><a href="/">CSS Templates Free Download </a></li>

21.    <li class="bb"><a href="/">CSS WebSites Showcase </a></li>

22.    <li class="cc"><a href="/">CSS Web Design Article </a></li>

23.    </ul>

24.    </body>

25.    </html>

本文固定链接: http://www.nuniao.com/made-a-very-simple-css-korea-style-menu.html | 驽鸟公寓

该日志由 驽鸟 于2007年07月05日发表在 电脑网络 分类下, 你可以发表评论,并在保留原文地址及作者的情况下引用到你的网站或博客。
原创文章转载请注明: CSS制作的一款非常简单的韩国风格菜单 | 驽鸟公寓
关键字: , ,

CSS制作的一款非常简单的韩国风格菜单:等您坐沙发呢!

发表评论


快捷键:Ctrl+Enter