Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当您单击它们时,我有一些手风琴层展开。如果我关闭一层页面总是跳到顶部?有没有办法防止这种情况?谢谢
见这里:http: //jsfiddle.net/Qc58K/
当页面的高度降低时会发生这种情况。尝试增加身体的高度:
body { height:2000px; }
http://jsfiddle.net/Qc58K/1/