html - Windows 8 上的 Chrome 中的输入边框被截断

标签 html css google-chrome windows-8 html-input

下面的代码似乎缺少第一个输入顶部和两个输入左侧的边框。但这只发生在 Windows 8.1 的 Chrome 上。在 Win2k8 和 Win2k12 上使用完全相同版本的 Chrome 不会显示相同的问题。

截图: http://imgur.com/BUI5sOl

HTML:

<div id="universe">
  <div class="div1">
    <input type="text" />
  </div>
  <div class="div2">
    <input type="text" />
  </div>
</div>

CSS:

div.div2 {
  padding-top: 5px;
}

div.universe {
}

https://jsfiddle.net/tj2sLuyb/3/

编辑:刚刚让其他人在 Windows 8.1 中对其进行了测试,他看起来不错。他建议它可能是一个插件,所以我以隐身模式打开它,它只是缺少第二个输入的顶部边框。

最佳答案

enter image description here

这是我看到的:

Windows 8.1 Chrome 50

关于html - Windows 8 上的 Chrome 中的输入边框被截断,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37329913/

相关文章:

javascript - REST API 的 Web UI

html - 让表格行的单行覆盖整个文档

jquery - CSS 不会根据值 jquery 和 css 而改变

html - 在 Firefox 中加载后备背景图像

java - 如何显示span类字段

css - 垂直居中 Div 内容

php - 在 php 中使用 css 伪元素不起作用

谷歌浏览器中的 JavaScript

html - 由于 li 填充,Chrome 和 Opera 在顶部留下了空白空间

javascript - 未捕获的类型错误 : Cannot read property 'className' of undefined