CSS制作的韩国风格菜单
[ 来源: | 作者: | 更新日期:2007-7-3 00:13:52 |
评论 0 条 |
我要投稿 ]
以下为引用的内容:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>www.webjx.com</title>
<style type="text/css">
<!--
* {font-size:13px;font-family:Arial;}
#nav li {list-style:none; width:200px; margin-top:5px;padding:4px 6px;}
#nav li a {text-decoration:none; color:#666;} [中国站长站]
#nav li a:hover {color:#000;}
.aa {border-top:4px solid #7BC110; background:#be6;}
.bb {border-top:4px solid #ff9900; background:#fc3;}
.cc {border-top:4px solid #ff66ff; background:#fcf;}
-->
</style>
</head>
<body>
<ul id="nav"> 字串9
<li class="aa"><a href="/">CSS Templates Free Download </a></li>
<li class="bb"><a href="/">CSS WebSites Showcase </a></li>
<li class="cc"><a href="/">CSS Web Design Article </a></li>
</ul>
</body>
</html>
Tags:菜单 风格 制作 li class href #nav /a/li border-top:4px