站长论坛

标题: CSS制作的阴影链接文字 [打印本页]

作者: tznktg    时间: 2007-10-8 09:48
标题: CSS制作的阴影链接文字
根据这种效果大家还可以任意变换颜色,达到网页特效的目的
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title> 台州Link ---CSS制作的阴影链接文字</title>

</head>

<body>
<style>
ul,li{ margin:0px; padding:0px;list-style-type: none;}
#nav{font-family: Verdana, "宋体", Arial;}
#nav li{ float:left; margin-left:30px;}
#nav span{display:none;}
#nav a{font-size:12px;font-weight: bold;color: #FF6600;text-decoration: none; display:block;}
#nav a:hover{ color:#999;top:1px; left:1px; position:relative;}
#nav a:hover span{ display:block; top:-2px; left:-2px; position:absolute; color:#FF3300;cursor:pointer;}
</style>
<div id="nav">
<ul>
  <li><a href="#">网站首页<span>网站首页</span></a></li>
  <li><a href="#">网站首页<span>网站首页</span></a></li>
  <li><a href="#">网站首页<span>网站首页</span></a></li>
  <li><a href="#">网站首页<span>网站首页</span></a></li>
  <li><a href="#">网站首页<span>网站首页</span></a></li>
</ul>
</div>

</body>
</html>





欢迎光临 站长论坛 (https://www.tzlink.com/bbs/) Powered by Discuz! X3.2