添加滚动条,内容多时显示,内容少时隐藏

时间:2014-04-30 13:34:27   收藏:0   阅读:384

CSS样式:

1
2
3
<style type="text/css"><br>   .scroll{<br>     overflow-x:auto;
 overflow-y:auto;
 height:800px;<br>   }<br>  </style>

  

添加滚动条,内容多时显示,内容少时隐藏,布布扣,bubuko.com

原文:http://www.cnblogs.com/emily1130/p/3699344.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!