请问一个关于div滚动条的问题_html/css_WEB-ITnose
来源:动视网
责编:小采
时间:2020-11-27 16:09:28
请问一个关于div滚动条的问题_html/css_WEB-ITnose
请问一个关于div滚动条的问题_html/css_WEB-ITnose:代码如下: CDOS Mail #outOne { width:30%; height:80%; background-color:gray; overflow:auto; } #innerOne { width:20%; height:20%; background-color:blue; overflo
导读请问一个关于div滚动条的问题_html/css_WEB-ITnose:代码如下: CDOS Mail #outOne { width:30%; height:80%; background-color:gray; overflow:auto; } #innerOne { width:20%; height:20%; background-color:blue; overflo

代码如下:
你这里改成这样,然后你把#innerOne的高度设置成固定高度
$(document).ready(function() { $("#innerOne .newfolder").show(); $(".rcvfold").click(function(){ $('#innerOne').slideToggle(500); }) });
你这里改成这样,然后你把#innerOne的高度设置成固定高度
非常感谢
请问一个关于div滚动条的问题_html/css_WEB-ITnose
请问一个关于div滚动条的问题_html/css_WEB-ITnose:代码如下: CDOS Mail #outOne { width:30%; height:80%; background-color:gray; overflow:auto; } #innerOne { width:20%; height:20%; background-color:blue; overflo