Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对输入元素的样式有疑问。firebug 的计算选项卡将字段的高度显示为 16px,尽管高度的 css 值为 18px。正如您在屏幕截图中看到的那样,输入区域应该与右侧的按钮一样高。
截屏:
该站点主要是动态生成站点的静态 html 再造。虽然我用相应的类、名称和 ID 重新创建了整个结构。
值 16px 从未设置,我猜这是浏览器默认值,但为什么值 18px 被忽略?
<!DOCTYPE html .. etc.站点的静态重建中缺少doctype 元素。这就是为什么高度计算错误的原因。
<!DOCTYPE html .. etc.