这是我使用的反卷轴 https://github.com/LearnBoost/antiscroll
在我的网站上我有中间部分代码:
<section id="middleSection"> </section>
使用CSS:
#middleSection{
padding: 0;
position: absolute;
top: 68px;
bottom: 100px;
left: 150px;
right: 200px;
}
如果我使用反垃圾邮件代码,可以在我的middleSection中插入一个单独的框,但我无法调整此代码以使用此acntiscrollbar创建实际的middleSection。
基本上我需要用反垃圾栏制作这个中间部分。
请提出任何建议。