Does a div element not have , an onscroll event handler ? The behaviour on my page, doesn't seem to indicate the div onscroll eventHandler is recognized.
<div id='bd' onscroll='alert('Scroll Called');'></div>
.
Also,
Do div scroll events roll up to window scroll events, as per DOM event bubbling ?