<div style="width:80%; margin-left:auto; margin-right:auto;">
滚动条 <div style="position:absolute; height:400px; overflow:auto"></div> div 设置滚动条显示:overflow :yes div 设置滚动条自适应显示:overflow :auto div 设置上下滚动条显示:overflow-y :yes div 设置上下滚动条自适应显示:overflow-y :auto 如果该div被包含在其他对象例如td中,则位置可设为相对:position:relative
暂无评论,还不快来坐沙发...