[thelist] [javascript] Mozilla doesn't trigger event

Joshua Olson joshua at waetech.com
Wed Feb 23 11:29:11 CST 2005


Hi list,

Mozilla doesn't seem to trigger the onscroll event when the scrollbar on a
div (with overflow scrolling enabled) is clicked to page forward.  IE does.
I'd expect that paging forward would function just like dragging the bar.
What's up with Moz?  Any work arounds?

Sample Code:

<div style="width: 780px; height: 242px; overflow: auto; overflow-y: hidden;
position: relative;" onscroll="handleScroll(this);">
<div style="width: 2820px; position: absolute; top: 0; left: 0"
id="gallery">
Some text
</div>
</div>

Thanks.

<><><><><><><><><><>
Joshua Olson
Web Application Engineer
WAE Tech Inc.
http://www.waetech.com/service_areas/
706.210.0168 




More information about the thelist mailing list