PDA

View Full Version : onScroll for Netscape?


WittRaider
18.06.2001, 15:26
One more question.

anybody knows how to implement the window.onscroll event into netscape-browesers? I don't know... but would very much like to ;-)

-------------------------
don't work? won't work for me!

Xanth
18.06.2001, 15:40
Unfortunately the onscroll event either doesn't work or is not implimented in NS browsers... I'm pretty sure it should work in NS6.. ofcurse it doesn't though..

What are you trying to do that needs the onscroll event?

<font color=teal>xanth = createElement("person");
xanth.setAttribute("name", "Mike");
xanth.setAttribute("mail", "[url:9pwg3yn6r4]belgedin@earthlink.net[/url:9pwg3yn6r4]");
xanth.setAttribute("age", 16)
document.forum.appendChild(xanth);
</font id=teal>

WittRaider
18.06.2001, 15:47
I am actually trying to have dynamic layers which float on the document... right now I am doing this by having a timeout for repeating a function over and over again... instead I would like to do this on an event saving cpu-power and getting around my threatiung problem which occurs when I use more than one dyn-layer

-------------------------
don't work? won't work for me!

Xanth
18.06.2001, 15:52
Ahh I see.. That's what I figured... Unfortunately as far as I know have the time out run is the only way to do it <img src=icon_smile_sad.gif border=0 align=middle>

<font color=teal>xanth = createElement("person");
xanth.setAttribute("name", "Mike");
xanth.setAttribute("mail", "[url:fu3kx7xedb]belgedin@earthlink.net[/url:fu3kx7xedb]");
xanth.setAttribute("age", 16)
document.forum.appendChild(xanth);
</font id=teal>