2010-04-07 95 views
232

我有一个固定宽度但高度可变的html textarea。我想设置溢出:滚动,并能够显示垂直滚动条,但不是水平滚动条。由于其他情况,我无法使用overflow:auto。隐藏html横向但不是垂直滚动条

我知道有没有办法使用CSS 2来显示只有垂直滚动条而不是水平滚动条。有什么我可以用JavaScript来隐藏水平滚动条?

+2

没有使用CSS2和'溢出:滚动;'没有办法显示一个栏,而不是其他。它是'overflow:scroll'中固有的; JavaScript只能做CSS允许的。但是,我的猜测是,你*可以*使用溢出:汽车,你只是不知道如何。你会详细说明“与你情况相关的其他事情”吗? – tloflin 2010-04-07 17:06:30

回答

490

您可以使用CSS这样的:

overflow-y: scroll; 
overflow-x: hidden; 
+2

我看到,作为CSS3,并且它在Firefox中不起作用,当我测试它时。我还看到,这种方式仅在今天的IE浏览器中可用。 – 2010-04-07 17:03:31

+0

@wiliamjones - 这在Firefox中工作...你有一个例子页面?可能是其他布局原因,它不起作用。 – 2010-04-07 17:04:34

+0

@william - 这是一个完整的工作示例,在Firefox中测试:) http://jsfiddle.net/qpZ8k/ – 2010-04-07 17:16:21

24

使用CSS。它比JavaScript更简单快捷。

overflow-x: hidden; 
overflow-y: scroll; 
7

使用HTML表单盒wrap=virtual被在盒子的底部去掉水平滚动条:

<textarea name= "enquiry" rows="4" cols="30" wrap="virtual"></textarea> 

例如这里:http://jsbin.com/opube3/2(测试FF和IE浏览器)

2
<div style="width:100px;height:100px;overflow-x:hidden;overflow-y:auto;background-color:#000000"> 
1
.combobox_selector ul { 
    padding: 0; 
    margin: 0; 
    list-style: none; 
    border:1px solid #CCC; 
    height: 200px; 
    overflow: auto; 
    overflow-x: hidden; 
} 

设置200px scrolldown大小,overflow-x隐藏任何水平滚动条。

14

通过添加此代码完全禁用水平滚动条。

body{ 
    overflow-x: hidden; 
    overflow-y: scroll; 
} 
0

对于我来说:

.ui-jqgrid .ui-jqgrid-bdiv { 
    position: relative; 
    margin: 0; 
    padding: 0; 
    overflow-y: auto; <------ 
    overflow-x: hidden; <----- 
    text-align: left; 
} 

当然取出箭头

0
selector{ 
overflow-y: scroll; 
overflow-x: hidden; 
} 

工作与片段和链接的jsfiddle例如https://jsfiddle.net/sx8u82xp/3/

enter image description here

.container{ 
 
    height:100vh; 
 
    overflow-y:scroll; 
 
    overflow-x: hidden; 
 
    background:yellow; 
 
}
<div class="container"> 
 

 
<p> 
 
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. 
 

 
Why do we use it? 
 
It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like). 
 
</p> 
 

 
<p> 
 
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. 
 

 
Why do we use it? 
 
It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like). 
 
</p> 
 

 
<p> 
 
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. 
 

 
Why do we use it? 
 
It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like). 
 
</p> 
 

 
<p> 
 
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. 
 

 
Why do we use it? 
 
It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like). 
 
</p> 
 

 
</div>