I m testing this on local : http://jsfiddle.net/fYkMk/1/ This is a booking form that opens up on mouse over (booking-mask) and closes when mouse leaves it. It has 4 fields :
- datepicker
- number of guests
- number rooms
- number of nights
最后三个领域是平滑的菜单,在相对的icon上点击。
These sliding animations work until The user decide to "mouseover" then "mouseleave" and "mouseover" again over the booking-mask div before the oprning/closing animations are finished yet.
因此,名单被打破,我只能看到其中一部分。 [见下图]
Hope you can help me out with this. Thanks
Luca