gpt4 book ai didi

html - 输入文本框滚动

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

我目前遇到 HTML 问题 <input type="text"> ,就像在 Google Chrome 浏览器中一样,如果我使用下面的 CSS,当我在框中键入文本时,我可以突出显示文本然后上下拖动它,就好像它滚动了一点点 2px,由于文本大于输入框。

谁能帮我解决我的问题,并防止拖动上下滚动2px?

非常感谢!

input {
border: 0px;
font-family: "Courier New", Courier, monospace;
font-size: 13px;
color: inherit;
margin: -1px;
background: none;
}

最佳答案

指定:

input{ vertical-position:middle; line-height: * your input field height * }

并专门针对 IE 指定:

 input{ vertical-position:bottom; }

否则 IE 将在输入的上部显示文本。

关于html - 输入文本框滚动,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4457422/

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