码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2014-04-30 13:33:55      阅读:291      评论:0      收藏:0      [点我收藏+]

标签:com   blog   style   class   div   code   log   c   ext   t   string   

CSS样式:

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

  

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

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

标签:com   blog   style   class   div   code   log   c   ext   t   string   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!