hi,
Firstly, I like the site idea, nice.
It looks like you're using an old version of dynapi, get the latest snapshot
as a lot of ns4 event problems have been solved recently.
http://dynapi.sourceforge.net/cgi-bin/snapshot.pl?file=current
Your crosshair action is jumpy if moved to fast (IE5.5) I'm sure you can get
this nice and fluid with some testing. (I had the same problem once)
Either the mouse is over a little dynlayer, and the action stops when it
moves off it, or event bubbling is taking to much processor time.
If the first is true, that'd also cause the events in NS4 to turn of, acting
as a cover layer.
Otherwise experiment with this:
e.cancelBrowserEvent();
e.setBubble(false)
in your onmousemove listener.
Lastly, try with these in NS4, onmouseup, onmousedown, onclick, in your
links, they all react differently.
Cheers,
Richard Bennett
[EMAIL PROTECTED]
www.richardinfo.com
(Everything running on, and ported to DynAPI2.53)
visit the DynAPI homepage (and FAQ) ::
http://dynapi.sourceforge.net/dynapi/index.php?menu=1
Browse (and search) the mailinglist here:
http://www.mail-archive.com/index.php3?hunt=dynapi
----- Original Message -----
From: "Dougal Campbell" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: 26 June, 2001 16:13
Subject: Re: [Dynapi-Help] DynLayers, Links, and NS4
> On Mon, 25 Jun 2001, Dougal Campbell wrote:
>
> > Okay, so I've got a DynLayer which is a child of another DynLayer. I
> > used setHTML on this child layer to add some content, including a
> > hyperlink. In IE or NS6, the link works fine. In NS4, the cursor changes
> > to a hand and the status bas shows the URL when I hover over the link,
> > but clicking does nothing.
> >
> > Is there an easy way to let NS4 activate the link?
>
> Additional information -- I forgot to mention that dragging is enabled
> on the parent layer. Events for the child layers don't seem to trigger
> in NS4.
>
> On a side note, if anyone wants to check my site out, it's at
> http://www.mentalcollective.com/
>
> As with most things, it's in a state of flux, though it's relatively
> stable right now. I'll be adding some special effects to it as I go.
>
> --
> Ernest MacDougal Campbell III, MCP+I, MCSE <[EMAIL PROTECTED]>
> http://dougal.gunters.org/ http://spam.gunters.org/
> Lumber Cartel Unit #1654 (tinlc): http://come.to/the.lumber.cartel/
> This message is guaranteed to be 100% eror frea!
>
>
> _______________________________________________
> Dynapi-Help mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/dynapi-help
>
_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help