子节点下onmouseover与onmouseout同时触发
父元素有一个onmouseover(index)和onmouseout(index)事件。但是鼠标移到子元素后却反复的触发这两个事件。有兴趣的可以看下代码:<stylet...
父元素有一个onmouseover(index)和onmouseout(index)事件。但是鼠标移到子元素后却反复的触发这两个事件。有兴趣的可以看下代码:
<style type="text/css">
*{margin:0; padding:0; font-family:"微软雅黑"}
a{color: #000;text-decoration: none;}
.daohang{;width: 91px;height: 37px; font-size:15px; padding-top:60px;text-align:center}
.dadaohang{float:left; width:91px; height:185px; margin-right:15px;}
#t5{background:url(pic/5.jpg) no-repeat;}
.daohang2{width: 90px;height: auto;background:#333;text-align:center;font-size:0px;line-height:0px;}
.daohang3-5{width: 91px;height: 0px;border:0px solid #E84E08;}
.daohang2 a{color:#FFF;}
.daohang3-5:hover{background: #666}
</style> 展开
<style type="text/css">
*{margin:0; padding:0; font-family:"微软雅黑"}
a{color: #000;text-decoration: none;}
.daohang{;width: 91px;height: 37px; font-size:15px; padding-top:60px;text-align:center}
.dadaohang{float:left; width:91px; height:185px; margin-right:15px;}
#t5{background:url(pic/5.jpg) no-repeat;}
.daohang2{width: 90px;height: auto;background:#333;text-align:center;font-size:0px;line-height:0px;}
.daohang3-5{width: 91px;height: 0px;border:0px solid #E84E08;}
.daohang2 a{color:#FFF;}
.daohang3-5:hover{background: #666}
</style> 展开
2015-01-06
展开全部
是不是弹出的浮动层,让你的鼠标离开了该图片,从而触发了onmouseout时间。
不知道具体是什么样的浮动层。
是不是应该是离开浮动层时消失,把onmouseout,写在浮动层div处。
或者应该是类似的一个div,不占据该图片,display:none。
不知道具体是什么样的浮动层。
是不是应该是离开浮动层时消失,把onmouseout,写在浮动层div处。
或者应该是类似的一个div,不占据该图片,display:none。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询