概述
http://jsfiddle.net/5GCsJ/18807/
<div id="outer">
<div id="inner">
hello无论如何我都想<br/>hello无论如何我都想<br/>
hello无论如何我都想要<br/>hello无论如何我都想<br/>
hello无论如何我都想要对<br/>hello无论如何我都想<br/>
hello无论如何我都想要对你<br/>hello无论如何我都想要对你<br/>
hello无论如何我都想<br/>hello无论如何我都想要对你<br/>
hello无论如何我都想要<br/>
hello无论如何我都想要对<br/>
hello无论如何我都想要对你<br/>
</div>
<div>
#outer{
height: 200px;
width: 300px;
border: 1px solid green;
overflow: hidden;
}
#inner{
height: 100%;
width: 100%;
border: 1px solid blue;
overflow: auto;
padding-right: -15px;
}
或者
#inner{
height: 100%;
border: 1px solid blue;
overflow: auto;
margin-right: -15px;
}
最后
以上就是繁荣百褶裙为你收集整理的CSS 隐藏滚动条的全部内容,希望文章能够帮你解决CSS 隐藏滚动条所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
发表评论 取消回复