Mouseover help is illustrated in Listing 3 and Figure 2.
鼠标悬停帮助如清单3和图2所示。
Use tooltip on mouseover for trayicon showing track metadata
使用跟踪的鼠标悬停提示来显示托盘图标。
Maybe a mouseover script or a simple “FAQ” link could help?
或许鼠标放置展示提示的脚本或一个简单的“FAQ”链接就可以帮助解决疑问?
Finally, each panel had mouseover effects that had to be tested.
最后,每个面板还有必须测试的鼠标经过的效果。
If you mouseover a layer mask, the other layer masks disappears.
如果你的鼠标悬停了一层面具,另一层面具消失。
It contains only one property, named mouseover, whose value is a function.
它只包含一个属性mouseover,其值是一个函数。
The text element has two events that it reacts to — mouseover and mousedown.
文字元素可以对两种事件做出反应——mouseover和mousedown。
For some titles, the designers made both plain and highlighted versions for the mouseover effects.
对于某些标题,设计人员还同时制作了鼠标经过时的普通版本和突出显示版本。
The final two methods of the Event module, mouseover(fn) and mouseout(fn), are quite common in most Web sites today.
Event模块的最后两个方法mouseover(fn)和mouseout(fn)目前在很多Web站点上都很常见。
To enhance the visual appeal of the panel, generated graphics and mouseover effects are used to display the panel title.
要增强面板的视觉外观,可以使用生成的图形和鼠标经过效果来显示面板标题。
In Firefox’s fullscreen mode, toolbars and the tab strip are hiddenat the top of the screen and only shown on mouseover.
在火狐全屏模式时,工具栏和标签页会在屏幕上部隐藏,只有当鼠标移上去是才显示。
But that means removing the mouseover handler from 20 images and adding a new one into 20 more images; that's a real mess.
但这意味着要从20个图像中删除鼠标移上处理程序并向另多出来的20个图像中添加一个新的处理程序;这太过混乱。
You'll notice that this time you simply define a single function that is called by both the mouseover and mouseout events.
您会注意到,这次只定义了一个函数供mouseover和mouseout事件调用。
Suppose you want a certain ASP. NET function executed on MouseOver overacertain button. Where do you add an event handler?
假设你希望某个ASP.NET函数鼠标悬停在按钮执行。你怎样添加一个事件处理?
Handling common events is as simple as calling a function like click , submit , or mouseover and passing it an event handler function.
处理常见事件就像调用函数(比方说click 、submit或mouseover)和为其传递事件处理函数一样简单。
Almost any functionality can be moved there, and it can be set to automatically hide, and then reappear upon mouseover of the area.
几乎所有的功能可以搬到那里,可以设置为自动隐藏,鼠标悬停在其区域的时候然后重新出现。
Again, intuition led you to expect that mouseover events would precede mouseout events, so the mouseout events would not occur in Inactive state.
同样,从直觉上看,mouseout事件之前应该发生mouseover事件,所以mouseout事件不应该出现在Inactive状态中。
Initiating a request for additional information from the server based on a click or a mouseover event without refreshing the page the user is viewing.
基于单击或鼠标悬浮事件从服务器发起对额外信息的请求,而且无需刷新用户所查看的页面。
For example, in the initial state of Inactive, the only expected event is mouseover, so you can define a function to handle that situation, as shown in Listing 9.
例如,在Inactive的初始状态中,可能出现的惟一事件是mouseover,所以可以定义一个处理此情况的函数,见清单9。
Intuitively, a mouseover event should precede a mousemove event, causing a transition to Pause state, which does expect mousemove events (see Figure 5 in Part 1).
从直觉上看,在mousemove事件前面应该出现mouseover事件,这会导致转移到Pause状态,而Pause状态是可以处理mousemove事件的(参见第1部分中的图5)。
That said, I appreciate the fact that avatars are not showing; you have to mouseover the tweet to see the avatar magically "appear" in the bottom right corner.
那么说,我很赏识图像不能显示的事实,我只有把鼠标放到上面才可以在右下角魔术般的显示发送t witter消息者的图像。
For an SVG object to respond to a scripted event, the prefix on is added to the trigger names, so click becomes onclick, mouseover becomes onmouseover, and so forth.
要让一个SVG对象对脚本中的事件作出响应,要在触发器名上加前缀on,这样click就变为onclick,mouseover就变为onmouseover,等等。
If you use absolute positioning for the mouseover state the content will momentarily be removed from the flow and be allowed to overlay any surrounding content.
如果你使用绝对定位鼠标悬停状态的内容暂时会从周围的流动,可以覆盖任何内容。
Consider what behavior is needed should a mousemove event occur in Inactive state: the actions and transition are the same as for a mouseover event in Inactive state.
考虑一下在Inactive状态下发生mousemove事件时需要什么行为:操作和转换与Inactive状态下的mouseover事件一样。
Since mouseover events in Pause state need the same actions and transition as mouseover events in Inactive state, you can handle this situation by calling the doActionTransaction method.
因为Pause状态下mouseover事件需要的操作和转换与Inactive 状态下的 mouseover 事件一样,所以可以通过调用doActionTransaction方法来处理这种情况。
Unfortunately, continued testing after implementing these changes reveals that one more should-not-occur situation occurs with Internet Explorer: an unexpected mouseover event in Pause state.
不幸的是,实现这些修改之后的后续测试发现InternetExplorer有另一个不应该发生的情况:在Pause状态下出现意外的mouseover事件。
Unfortunately, continued testing after implementing these changes reveals that one more should-not-occur situation occurs with Internet Explorer: an unexpected mouseover event in Pause state.
不幸的是,实现这些修改之后的后续测试发现InternetExplorer有另一个不应该发生的情况:在Pause状态下出现意外的mouseover事件。
应用推荐