gpt4 book ai didi

css - IE 中的输入字段偏移量

转载 作者:太空宇宙 更新时间:2023-11-03 18:04:54 24 4
gpt4 key购买 nike

我在 Internet Explorer 中遇到输入表单偏移问题。所有其他浏览器似乎都可以正常工作,只是 IE 中的问题。不知道如何解决它。

Screenshots

这里是jsfiddle.net/

提前谢谢你。

最佳答案

可能的解决方案是给输入一个类并直接设置样式

http://jsfiddle.net/Y2c99/1/

HTML:

<input type="text"  class="inputBox" autofocus="autofocus">

CSS:

input.inputBox {
width:100px;
}

原因可能是不同的浏览器使用不同的默认样式。尝试使用 css-rese t 或 normalize.css以避免这种行为。

关于css - IE 中的输入字段偏移量,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24860829/

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