我由几行组成,与以下几行相似:
<div style="display: table-row">
<div style="display: table-cell">
<label for="Region">Region</label>
</div>
<div style="display: table-cell">
<select id="Region" name="Region">
<option value="">Please Select</option>
<option value="AL">Alabama</option>
<option value="AK">Alaska</option>
<option value="AS">American Samoa</option>
</select>
</div>
</div>
我有一次HoverOut活动,当用户将其 mo曲线从外移时,火灾最多的是把重点移出的输入现场。 我感到有些困惑的是,当一行的着眼点,我去掉,如果 mo不 over。 我的问题是选择性发言和IE7/8。
If FF5, if I m using the mouse to select an entry from the select drop down, everything works as expected. However, with IE7/8, what happens is that the outer row receives the mouseout event (firing hover-out) as soon as the mouse cursor leaves the area of the div tag, while I m attempt to select an entry from the drop down. If I leave the mouse over the div and use the cursor keys to navigate the list, it works fine.
我的问题是,在我仍在从选定名单中选择价值的同时,防止将模拟活动传入外部。
可在。