I want to implement infinite scrolling. Below is a short form of my layout. Since I have some elements relative positioned the javascript scroll event does not fire.
This is what i used in my code...
my content here
Function is as below
function Onscrollfnction() { var div = document.getElementById('DataDiv'); div.scrollLeft; return false; };
After content crossing 400px, scrolling will start and will be infinite.. enjoy