I have a DIV container that draws a list of bars (al container 'onmousemove' and 'onmouseout' events). When an item is hovered, it changes the images of the item, and back again when the mouse is moved away.
Now, I have a looped AJAX request that gets the new information for this DIV container and re-draws the innerHTML every 3 seconds, causing whatever item i have my mouse over to go back to its normal state (un-hovered).
Does anyone have any suggestions on how to fix this? Is there a method to force a mouse move? Any help would be greatly appreciated.