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 ([EMAIL PROTECTED])
Software ontwikkelaar
Oberon Informatiesystemen b.v.
http://www.oibv.com

> -----Oorspronkelijk bericht-----
> Van: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]Namens Bachis
> Bogdan-Adrian
> Verzonden: maandag 8 januari 2001 10:44
> Aan: [EMAIL PROTECTED]
> 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
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/mailman/listinfo/dynapi-dev
>


_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/dynapi-dev

Reply via email to