zoukankan      html  css  js  c++  java
  • 导航代码position:relative

    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>导航代码position:relative</title>
    <style type="text/css">
    
    .a1{ width:120px; height:40px; background-color:#F00; position:relative; cursor:pointer; overflow:hidden;}
    .a1:hover{ overflow:visible}
    .a2{ width:120px; height:40px; background-color:#00F; position:relative; cursor:pointer; top:40px; overflow:hidden;}
    .a2:hover{ overflow:visible }
    .a3{ width:120px; height:40px; background-color:#0F0; margin-left:120px; cursor:pointer;}
    .a4{ width:120px; height:40px; background-color:#FF0; position:relative; cursor:pointer; top:40px; overflow:hidden;}
    .a4:hover{ overflow:visible }
    .a5{ width:120px; height:40px; background-color:#F90; margin-left:120px; cursor:pointer;}
    .a6{ width:120px; height:40px; background-color:#63F; position:relative; cursor:pointer; top:40px; overflow:hidden;}
    .a6:hover{ overflow:visible}
    .a7{ width:120px; height:40px; background-color:#999; margin-left:120px; cursor:pointer;}
    </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>
    
    </body>
    </html>
  • 相关阅读:
    ASM实例远程连接
    ASM实例修改SYS密码
    监听lsnrctl status查询状态报错linux error 111:connection refused
    使用UTF8字符集存储中文生僻字
    Eclipse的概述
    java内部类
    Java----main
    移动客户端系统升级思路
    网站 压力测试。。检测 cdn 路由追踪 网速测试
    php实现树状结构无级分类
  • 原文地址:https://www.cnblogs.com/liyh123/p/6081831.html
Copyright © 2011-2022 走看看