【发布时间】:2015-06-26 07:34:14
【问题描述】:
当我在 input 字段上设置 line-height 值时,我注意到 IE 上的这种奇怪行为。您可以see it here,尝试在input 字段中写入一些文本,然后在其上单击并按住鼠标按钮并上下移动鼠标:input 滚动line-height 的空间。有什么解决方法吗?
input {
padding-top: 5px;
padding-bottom: 5px;
line-height: 2;
}
<input type="text">
【问题讨论】:
标签: html css internet-explorer