为了账号安全,请及时绑定邮箱和手机立即绑定

我想请教下拉的元素怎么于父元素div aa定位?? 这是我自己简单写的代码。求拯救 =.=

我想请教下拉的元素怎么于父元素div aa定位?? 这是我自己简单写的代码。求拯救 =.=

什么名字都被占用 2016-07-28 16:05:18
<!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>无标题文档</title><style type="text/css">*{margin:0 auto;}.aa{    width:102px;    height:48px;    margin-top:20px;    font-size:14px;    line-height:48px;    text-align: center;    border:1px solid #0F6;    position: relative;    }.aa ul {    position: absolute;    width:102px;    margin:10px;    }</style><script sype="text/javascript"><!--var li=document.getElementsByName("li");-->function down(){          document.getElementById("pull_1").style.display = "none";    document.getElementById("pull_2").style.display = "none";    document.getElementById("pull_3").style.display = "none";  }  function pull(appearList){    down();    }function aa(){    /*alert('aa');*/      document.getElementById("pull_1").style.display = "block";    document.getElementById("pull_2").style.display = "block";    document.getElementById("pull_3").style.display = "block";  }  function pull(appearList){     /* alery('aa');*/    aa();    }    </script></head><body><div onmouseover="aa()" onmouseout="down()" class="aa">首页<ul ><li id="pull_1" style="display:none" >sdjkhcld</li><li id="pull_2" style="display:none">dcnld c</li><li id="pull_3" style="display:none" >dshc;lsc</li></ul></div></body></html>
查看完整描述

1 回答

已采纳
?
喵冬

TA贡献1条经验 获得超0个赞

.aa ul已经设置了绝对定位,剩下的就是给它设置top,left值。

查看完整回答
反对 回复 2016-07-28
  • 1 回答
  • 0 关注
  • 1110 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信