Possible Duplicate:
JavaScript: Scroll Position of div with “overflow: auto”
Hi, i want to start a function XXX(); when the scroll-end from a div (overflow:auto;) is reached.
<div style="width:200px; height:500px; overflow:auto;">
/* content here */
</div>
Is this possible?
greetz from germany Peter