菜单

<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>fsd</title>
<meta http-equiv="imagetoolbar" content="no" />
<style type="text/css">
    .cp {
        display:none;
        width:200px;
        height:400px;
        position:absolute;
        top:64px;
        left:10px;
        clear:both;
        background:#01bbcc;
       
        }
        ul{
               
            }
       
       
    </style>
<script>
    function onover(){
        document.getElementById("e1").style.display='block';
        var uk=document.getElementById("e1");
        var ki=uk.getElementsByTagName("ul");
        ki[0].style.list-style-type="none";
           
           
           
        }
        function onout(){
        document.getElementById("e1").style.display='none';
           
           
        }
       
    </script>
</head>
<body>
 <div >
    <ul id="nav">
      <li   ><a href="http://www.netentsec.com/products.html">jcxojo </a></li>
    </ul>
  </div>
   <div id="e1" class="cp">
      <ul>
        <li >          <span>ghh</span>  <span>ghfgdgf</span>  <span>df</span>  </li>
      </ul>
    </div>
     
       
           
           
</body>
</html>


你可能感兴趣的:(菜单弹出)