gpt4 book ai didi

html - 如何使文本框宽度在所有浏览器中看起来统一

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

如何使文本框宽度在所有浏览器中看起来统一?

这是我的代码:

<table>
<tbody>
<tr class="att">
<td>
<input type="text" class=a /> </td>
<td>
<input type="text" class=b /></td>
</tr>
</tbody>
</table>
.a {
margin:6px -116px 9px -7px;w
idth:190px;
height:30px;
background-color:#C2FFC2;
border:0px
}

.b {
margin:6px -116px 9px -7px;
width:190px;
height:30px;
background-color:#C2FFC2;
border:0px;
}

但在 Google Chrome 中,输入框与在 Firefox 中看起来不一样。

是什么导致了这种差异,我该如何解决?

demo

最佳答案

  1. 重置 CSS(参见 Erik Meyers CSSothers)
  2. 仅应用您关心的所有浏览器都支持的 CSS 属性(参见 CanIUse)

关于html - 如何使文本框宽度在所有浏览器中看起来统一,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18075874/

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