IE7 中按钮与填充不一致
我已经设法通过 CSS 稍微提高了 button
元素的一致性,但 IE7 仍然表现不佳。 IE7 中的按钮宽度增加了 2px,IE7 中的按钮高度增加了 4px。
请参阅:http://jsfiddle.net/ZJQN2/2/ 使用 IE7
所有其他浏览器似乎都是持续的。
我该如何解决这个问题,是身高让我悲伤!
I have managed to improve button
element consistency somewhat with CSS, but IE7 is still misbehaving. Button width is 2px greater in IE7 and button height is 4px greater in IE7.
See: http://jsfiddle.net/ZJQN2/2/ using IE7
All other browsers seem to be consistent.
How can I fix this, it is the height that is causing me the grief!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 hack 并添加仅适用于 ie 的特殊 css 属性:
如果这导致了问题,只需使用 4px 较低的值
如果您对 IE 的 hack 更感兴趣,请考虑使用 IE 的 CSS hacks,我已经作为 类似问题
you can use hack and add special css property that will work only with ie:
Just use 4px lower value if this is causing the problem
if you are more interested into hacks for IE, consider visiting this link with css hacks for IE, which I have already given as answer for similar problem