悬停 div 将触发鼠标悬停在子按钮上的效果。单击 div(外部)按钮也会触发 onMouseDown 按钮。
示例代码:
<DIV style="DISPLAY: table; background-color:#F5DFE8; width:500px;">
<button onMouseDown="alert('hello')";">Button</button>
</DIV>
自己测试的小提琴:http: //jsfiddle.net/N2c8t/15/
一直在谷歌搜索我的尾巴,有什么已知的解决方案吗?除了明显不使用 display:table 之外。:) 谢谢!
注意:用 IE8 和 IE9 标记它,因为这些是我迄今为止尝试过的浏览器。