FMaz
07-21-2003, 08:16 AM
How can I call a function when an iframe is scrolled ?
but the page is "dynamicly" loaded .. so I can't put any <body onscroll="followdiv()">.
I've tried the .AttachEvent thing, but it doesn't work :( (maybe I wasn't able to target the iframe ...)
well, I've seen many site using what I want to do (a button or a menu that follow the page when scrolling) so I know it is possible... I only have some restrictions as I explain before.
but the page is "dynamicly" loaded .. so I can't put any <body onscroll="followdiv()">.
I've tried the .AttachEvent thing, but it doesn't work :( (maybe I wasn't able to target the iframe ...)
well, I've seen many site using what I want to do (a button or a menu that follow the page when scrolling) so I know it is possible... I only have some restrictions as I explain before.