定義和用法
該onmousewheel屬性火災時,鼠標滾輪或捲起下跌超過一個元素。
已過時。 該onmousewheel屬性已過時,應使用onwheel屬性來代替。
適用於
該onmousewheel屬性是的一部分事件屬性 ,並且可以在任何HTML元素可以使用。
分子 | 事件 |
---|---|
所有的HTML元素 | onmousewheel |
例
Img示例
執行一個JavaScript,當用戶將鼠標滑過一個鼠標滾輪<div>元素:
<div onwmouseheel="myFunction()">Roll the mouse wheel over me</div>
試一試» 瀏覽器支持
事件屬性 | |||||
---|---|---|---|---|---|
onmousewheel | 是 | 是 | 不支持 | 是 | 是 |