Posted by Chris on 07/15/06 10:24
I am trying to design a very basic popup menu system. I have a container div
which becomes visible, when a button is clicked. It contains a series of
divs each with a hyper link. When the mouse goes out of the container div
the contain div should dissappear. This works fine but rolling over the
container div causes it to flicker. It is like the edge of the subdivs
containing the hyperlinks are triggering the onMouseout. When I remove the
sub divs the problem dissappears. This is a problem in IE and FF so I am
assuming it is something non-buggy.
[Back to original message]
|