Interesting idea, but it sounds like I'll run into some trouble, if
different browsers fire the events in different orders. Worth playing
around with though, I'll take a look and let you know what happens.
Thanks,
Jesse
Doug Melvin wrote:
Cludge alert!
Depending on the order in which
Cludge alert!
Depending on the order in which the events are fired you _MAY_
be able to set a switch in the mouseover of the iframe that you can check in
the
mouseout of the layer.
So: iframe.onmouseover bIgnoreNextMouseOut=true
layer.onmouseout - if not bIgnoreNextMouseOut then {your code}
-
I'm still struggling with this. Does anyone have any suggestions on how
to put an iframe on a layer, but not have the onmouseout for the layer
get called when I mouse over the iframe (still on the layer).
Thanks in advance,
Jesse
Jesse Vitrone wrote:
I'm having some trouble with an on mouse