From: Pascal <pb...@oi...> - 2001-01-08 11:19:50
|
Ok, found the bug (and it was one).. with the new precreation code all child layers will not get the IE5.5 bug fix, so insert this line at position 187 right after the: if (dlyr.html!=null) else if (is.ie55 && dlyr.bgImage==null) s+=' background-image:javascript:null;' so it should look like this: if (dlyr.html!=null) s+=dlyr.html else if (is.ie55 && dlyr.bgImage==null) s+=' background-image:javascript:null;' I can't test it here (don't have ie5.5) but I think that should fix it. cya, Pascal Bestebroer (pb...@oi...) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -----Oorspronkelijk bericht----- > Van: dyn...@li... > [mailto:dyn...@li...]Namens Bachis > Bogdan-Adrian > Verzonden: maandag 8 januari 2001 10:44 > Aan: dyn...@li... > Onderwerp: RE: [Dynapi-Dev] onmouseover problem > > > > > Hi, > > Thanks for the mail. I've searched in the > dynapi-help mailinglist for onmouseover problems but > find nothing. So that's why I send that mail. > I'm using the latest release, the one that I've > founded on the main page of the dynamic-core.net site > (dynacore.2000.12.29.zip). Is there a problem with > this one? If so, can you please tell me where I could > find a version of DynApi that has the event problem > fixed. > > Thank you, > > Bogdan. > > > __________________________________________________ > Do You Yahoo!? > Yahoo! Photos - Share your holiday photos online! > http://photos.yahoo.com/ > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev > |