• 不断学习才有回报,学无止境!

中英双语导航菜单示例

DIV+CSS技巧发现 箭翎 1222次浏览 0个评论 扫描二维码

<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt;
<html xmlns=”http://www.w3.org/1999/xhtml”&gt;
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″ />
<title>中英双语导航菜单–鼠标放上去就能切换语言</title>
<style type=”text/css”>
* {}{margin:0;padding:0;}
#nav{}{
padding: 10px 10px 0;
font: bold 12px Arial, Helvetica, sans-serif,”宋体”;
list-style:none;
}

#nav li{}{
float: left;
margin-right: 1px;
}

#nav li a,#nav li a:hover span{}{
line-height: 20px;
text-decoration: none;
background: #DDD;
color: #666;
display: block;
width: 80px;
text-align: center;
overflow:hidden;
}

#nav li a span{}{display:none;}

#nav a:hover{}{
position: relative;
}

#nav a:hover span{}{
display:block;
position:absolute;
top: 0;
left: 0;
cursor: pointer;
}

#nav a:hover span{}{
padding-top:2px;
}

#nav li a:hover,#nav li a:hover span{}{
color: #FFF;
background: #DC4E1B;
}

#navbar{}{
background: #DC4E1B;
height: 8px;
overflow: hidden;
clear: both;
}

</style>
</head>
<body>
<ul id=”nav”>
<li><a href=”index.html”>Home<span>首 页</span></a></li>
<li><a href=”about.html”>About us<span>关于我们</span></a></li>
<li><a href=”Internet.html”>Products<span>网络</span></a></li>
<li><a href=”services.html”>Services<span>售后服务</span></a></li>
<li><a href=”contact.html”>Contact<span>联系我们</span></a></li>
</ul>
<div id=”navbar”></div>
</body>
</html>


箭翎 , 版权所有丨如未注明 , 均为原创丨本网站采用BY-NC-SA协议进行授权 , 转载请注明中英双语导航菜单示例
喜欢 (0)
发表我的评论
取消评论
表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址