css - box-sizing: border-box的兼容性问题
怪我咯
怪我咯 2017-04-17 11:35:51
0
1
830

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

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

IE下的

Google下的

怪我咯
怪我咯

走同样的路,发现不同的人生

reply all(1)
大家讲道理

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;

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template