白开水

海阔凭鱼跃,天高任鸟飞!

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

<ul><li  onmousemove="xianshi('wang')" onmouseout="yincang('wang')"><a href="#">鼠标扑捉</a><ul><li  id="wang" style=" width:200px; height:200px; background:#CCC;"> <a href="#">显示与隐藏</a></li></ul></li>
<li  onmousemove="xianshi('hh')" onmouseout="yincang('hh')"><a href="#">鼠标扑捉</a><ul><li  id="hh" style=" width:200px; height:200px; background:#CCC;"> <a href="#">显示与隐藏</a></li></ul></li>

</ul>

</div>
<script type="text/javascript">

function xianshi(emlt){
    document.getElementById(emlt).style.visibility='visible';
    }
function yincang(emlt){
    document.getElementById(emlt).style.visibility='hidden';
    }    
</script>

posted on 2012-02-16 10:43  baikaishui1989  阅读(350)  评论(0编辑  收藏  举报