search

Home  >  Q&A  >  body text

css - box-sizing: border-box的兼容性问题

在IE和google浏览器下input的焦点位置不一样,如何让其保持一致。
CSS样式为

padding-top: 30px;
box-sizing: border-box;
padding-left: 296px;
height: 50px;

IE下的

Google下的

怪我咯怪我咯2778 days ago831

reply all(1)I'll reply

  • 大家讲道理

    大家讲道理2017-04-17 11:37:51

    What is the version of IE? 8.0 and above bugs support border-box;

    In this case, usually there is an extra layer of p, and this p is used for layout;

    reply
    0
  • Cancelreply