From: Doug M. <do...@cr...> - 2003-11-13 15:17:44
|
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 |