【问题标题】:Input borders getting cut off in Chrome on Windows 8在 Windows 8 上的 Chrome 中输入边框被截断
【发布时间】:2016-09-16 17:29:24
【问题描述】:

下面的代码似乎在第一个输入的顶部和两个输入的左侧缺少边框。但这仅发生在 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 中对其进行了测试,他看起来还不错。他建议它可能是一个插件,所以我以隐身模式打开它,它只是缺少第二个输入的顶部边框。

【问题讨论】:

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


    【解决方案1】:

    这是我看到的:

    Windows 8.1 Chrome 50

    【讨论】:

    • 这是专门在没有扩展的干净浏览器上完成的...测试 ENV。
    猜你喜欢
    • 2017-10-26
    • 1970-01-01
    • 2015-04-04
    • 1970-01-01
    • 1970-01-01
    • 2023-03-07
    • 1970-01-01
    • 1970-01-01
    • 2012-11-15
    相关资源
    最近更新 更多