CSS span实现双语菜单

2015-12-14 0 458
CSS span实现双语菜单
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS实现的中英文双语菜单</title>
<style type="text/css">
ul {
  list-style-type: none;
}
li {
  float: left;
  display: block;
  width: 100px;
}
a {
  font-size: 9pt;
  font-weight: bold;
  color: #006699;
  text-decoration: none;
  line-height: 12px;
  width: 100px;
  display: block;
  vertical-align: middle;
}
a:hover {
  line-height: 12px;
  color: #FF9900;
  text-decoration: none;
}
#enFont{
  font-size: 10px;
  color: #999999;
  width: 100px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 10px;
  float:left;
}
span{margin:0px;padding:0px;}
</style>
</head>
<body>
<ul>
  <li><a href="/" rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  rel="external nofollow" >网站主页</a><span id="enFont">HOME</span></li>
  <li><a href="/" rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  rel="external nofollow" >最新更新</a><span id="enFont">NEW</span></li>
  <li><a href="/" rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  rel="external nofollow" >下载排行</a><span id="enFont">TOP</span></li>
  <li><a href="/" rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  rel="external nofollow" >网站服务</a><span id="enFont">SERVICE</span></li>
  <li><a href="/" rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  rel="external nofollow" >用户留言</a><span id="enFont">GUESTBOOK</span></li>
  <li><a href="/" rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  rel="external nofollow"  rel="external nofollow" >联系我们</a><span id="enFont">CONTACT</span></li>
</ul>
</body>
</html>

遇见资源网 css CSS span实现双语菜单 http://www.ox520.com/14327.html

常见问题

相关文章

发表评论
暂无评论
官方客服团队

为您解决烦忧 - 24小时在线 专业服务