IE7 中按钮与填充不一致

发布于 2024-11-28 16:22:35 字数 260 浏览 2 评论 0原文

我已经设法通过 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

墨落成白 2024-12-05 16:22:35

您可以使用 hack 并添加仅适用于 ie 的特殊 css 属性:

 *+html .yourDiv{height: XXpx;}

如果这导致了问题,只需使用 4px 较低的值

如果您对 IE 的 hack 更感兴趣,请考虑使用 IE 的 CSS hacks,我已经作为 类似问题

you can use hack and add special css property that will work only with ie:

 *+html .yourDiv{height: XXpx;}

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文