我正在使用jquery折叠我的页面中的许多div标签,但是当我因为页面中的垂直滚动条而折叠div时页面正在调整大小...我试着修复它没有解决我的页面的宽度问题所以我该如何解决这个问题?我只需要折叠我的div而不影响页面的任何大小调整..
请注意我正在使用带有vb.net的asp.net
<div class="content-module">
<div class="content-module-heading cf">
<h3 class="fl">Table of content</h3>
<span class="fr expand-collapse-text">Click to collapse</span>
<span style="display: none;" class="fr expand-collapse-text initial-expand">Click to expand</span>
</div> <!-- end content-module-heading -->
</div>
答案 0 :(得分:0)
从不介意我修复:
html
{
overflow-y:scroll;
}