gpt4 book ai didi

html - 如何在文本区域外做滚动条?

转载 作者:行者123 更新时间:2023-11-28 07:03:11 25 4
gpt4 key购买 nike

有人可以在外面做滚动条吗<textarea>

我找到了类似这样的东西 http://jsfiddle.net/jlmyers42/8tptqt19/但它不适用于 teaxtarea。

最好只使用 css 和 html。

提前致谢:)

最佳答案

如果您的意思是,在该特定元素之外有一个滚动条,您可以像这样将它封装在 div 中。

<div style="overflow-y: scroll; overflow-x: hidden; height: 100px">
<textarea style="overflow-y:auto;" placeholder="Enter Notes here (optional)"></textarea>
</div>

http://jsfiddle.net/ga0e66oz/
需要滚动时会出现滚动条。试一试。

关于html - 如何在文本区域外做滚动条?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33102545/

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