Forum Moderators: open
The element is added through the DOM (think AJAX) and is placed directly under the mouse pointer. This means that the mouse did not move; but there is a :hover-capable element beneath it which should be in 'hover' state.
Unfortunately it is not :hover-ed. It works fine in FF and Opera, but not in IE6.
Any ideas or pointers on how I can get the :hover to be applied? Any commands which basically say 'go back and have another check if yon mouse be over something'?