首页 > 其他 > 详细

导航position:absolute

时间:2016-11-20 10:54:16      阅读:232      评论:0      收藏:0      [点我收藏+]
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>导航position:absolute</title>
<style type="text/css">
.a1{ width:120px; height:40px; background-color:#F00; position:absolute; cursor:pointer;  overflow:hidden}
.a1:hover{
    overflow:visible; }
.a2{ width:120px; height:40px; background-color:#F69; position:absolute; cursor:pointer; top:40px; overflow:hidden;}
.a2:hover{
    overflow:visible}
.a3{ width:120px; height:40px; background-color:#63F; position:absolute; cursor:pointer; left:120px;}
.a4{ width:120px; height:40px; background:#0F0; position:absolute; cursor:pointer; top:80px; overflow:hidden}
.a4:hover{
    overflow:visible}
.a5{ width:120px; height:40px; background:#0FF; position:absolute; cursor:pointer; left:120px;}
.a6{ width:120px; height:40px; background-color:#0C3; position:absolute; cursor:pointer; top:120px; overflow:hidden}
.a6:hover{
    overflow:visible}
.a7{ width:120px; height:40px; background-color:#CF6; position:absolute; cursor:pointer; left:120px;}
</style>
</head>

<body>
<div class="a1">
<div class="a2"><div class="a3"></div></div>
<div class="a4"><div class="a5"></div></div>
<div class="a6"><div class="a7"></div></div>
</div>

</div>

</body>
</html>

 

导航position:absolute

原文:http://www.cnblogs.com/liyh123/p/6082166.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!