From: Jesse V. <je...@6t...> - 2003-11-13 15:22:40
|
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 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} >----- Original Message ----- >From: "Jesse Vitrone" <je...@6t...> >To: <dyn...@li...> >Sent: Thursday, November 13, 2003 8:53 AM >Subject: Re: [Dynapi-Help] onmouseout problem > > > > >>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 out listener. >>>* I have a layer, and on the layer, I've added an <iframe>. * I have >>>onmouseover and onmouseout listeners on this layer. >>> >>>When I mouse over the iframe that's on my layer, the onmouseout gets >>>triggered. Any idea why? Is this supposed to happen? Any way around >>>it? >>> >>>Thanks for the help, >>> Jesse >>> >>> >>> >>> >>>------------------------------------------------------- >>>This SF.Net email sponsored by: ApacheCon 2003, >>>16-19 November in Las Vegas. Learn firsthand the latest >>>developments in Apache, PHP, Perl, XML, Java, MySQL, >>>WebDAV, and more! http://www.apachecon.com/ >>>_______________________________________________ >>>Dynapi-Help mailing list >>>Dyn...@li... >>>https://lists.sourceforge.net/lists/listinfo/dynapi-help >>> >>> >> >> >>------------------------------------------------------- >>This SF.Net email sponsored by: ApacheCon 2003, >>16-19 November in Las Vegas. Learn firsthand the latest >>developments in Apache, PHP, Perl, XML, Java, MySQL, >>WebDAV, and more! http://www.apachecon.com/ >>_______________________________________________ >>Dynapi-Help mailing list >>Dyn...@li... >>https://lists.sourceforge.net/lists/listinfo/dynapi-help >> >> >> > > >--- >Outgoing mail is certified Virus Free. >Checked by AVG anti-virus system (http://www.grisoft.com). >Version: 6.0.538 / Virus Database: 333 - Release Date: 11/10/03 > > > >------------------------------------------------------- >This SF.Net email sponsored by: ApacheCon 2003, >16-19 November in Las Vegas. Learn firsthand the latest >developments in Apache, PHP, Perl, XML, Java, MySQL, >WebDAV, and more! http://www.apachecon.com/ >_______________________________________________ >Dynapi-Help mailing list >Dyn...@li... >https://lists.sourceforge.net/lists/listinfo/dynapi-help > > |