gpt4 book ai didi

css - 溢出 y 属性

转载 作者:太空宇宙 更新时间:2023-11-04 16:27:07 26 4
gpt4 key购买 nike

我已使用 overflow-y: auto; 属性为列的溢出值设置滚动。然而,溢出也会应用于 x 轴,但我不希望这样。是否有替代方案或我需要进行的任何更改以使其仅在 y 轴上溢出?

.leftbarInner {
width: 150px;
*width: 135px;
height: 448px;
*height: 442px;
background-color: #5C7E9F;
padding-right: 5px;
*padding-right: 0px;
overflow-y: auto;
}

我正在使用 IE 7 作为浏览器。

最佳答案

你可以在这里找到一些很好的溢出 x 和 y 的例子:http://www.brunildo.org/test/Overflowxy2.html

请注意,它在所有浏览器中的显示效果并不相同,它是一个 css3 属性。

关于css - 溢出 y 属性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5311930/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com