onmouseout
- 网络鼠标移出时
-
Define the id , onmouseover and onmouseout attributes for each table cell .
为每个单元格定义id、onmouseover和onmouseout属性。
-
The row cell has a couple of script handlers onmouseover and onmouseout to provide rollover effects .
行的单元格有一组脚本操作onmouseover和onmouseout完成鼠标划过的效果。
-
Now that you know how the IDs work , you 'll code the onmouseover and onmouseout attributes to use the last part of the ID.
现在知道了ID的组成,可以编写onmouseover和onmouseout属性来使用ID的最后一部分。
-
The onmouseout event on the table fires each time you move the mouse between the rows ; the onmouseleave event fires only if you move the mouse outside the table .
当你在table的两行之间移动时,onmouseout事件就会发生;只有你的鼠标移动到table表单之外时onmouseleave事件才发生。
-
All the rectangles are set to respond to onclick , onmouseover , and onmouseout events , and all call the same scripted functions to do this .
所有矩形都设置为响应onclick、onmouseover和onmouseout事件,它们为此调用的是同一个脚本函数。