答案 0 :(得分:0)
您需要指定绿色容器的高度以使用overflow-y:scroll。
您可以通过以下jquery代码检测文档结尾
if ( document.documentElement.clientHeight +
$(document).scrollTop() >= document.body.offsetHeight )
{
alert("You're at the bottom of the page.");
}
在这个滚动点你可以将CSS添加到绿色框中,即高度:200px(或你想要的任何东西)