I'm working (playing) on a mouse following script. Yes, the sort no
one likes but I'm having great fun tinkering with it - sad.
Anyway, if there's enough page content to cause scrolling and I want
the objects (colored divs) to scroll with the mouse in Opera 6. I give
the mouse y coords (-) window.pageYOff set and the objects (+)
window.pageYOff set.
However, in Opera 7 it doesn't work. Only the following objects need
(+) window.pageYOff set. The mouse code doesn't need anything and it
works as I want?
Therefor, if there isn't a better scroll method?, I need an Opera 6/7
detection. I know that object detection is prefered over browser
detection but I don't of any differences to reference between 6 and 7.
Pete.
one likes but I'm having great fun tinkering with it - sad.
Anyway, if there's enough page content to cause scrolling and I want
the objects (colored divs) to scroll with the mouse in Opera 6. I give
the mouse y coords (-) window.pageYOff set and the objects (+)
window.pageYOff set.
However, in Opera 7 it doesn't work. Only the following objects need
(+) window.pageYOff set. The mouse code doesn't need anything and it
works as I want?
Therefor, if there isn't a better scroll method?, I need an Opera 6/7
detection. I know that object detection is prefered over browser
detection but I don't of any differences to reference between 6 and 7.
Pete.
Comment