使用自定义图形时,为什么我在 Chrome / Firefox 中得到不同的提交按钮位置?

发布于 2025-01-06 14:42:51 字数 937 浏览 1 评论 0原文

我有 2 个输入...一个文本字段和一个提交按钮。我通过 CSS 在两者上使用自定义背景图像。两个图像的高度相同,均为 18 像素。在 Chrome 中,按钮显示得略低于文本字段。在 Firefox 中,它是准确的。

我正在使用的 CSS 是:

.search-field {background: url('search-field.png') no-repeat transparent!important; width: 117px!important; height: 18px!important; border: none!important; margin-right: -7px!important; }

.search-button {background: url('search-button.png') no-repeat transparent!important; width: 16px!important; height: 18px!important; border: none!important; text-indent: -9999!important; text-transform: capitalize!important;}

我正在使用的 HTML 是:

<div class="search">

    <input class="search-field" type="text" />
    <input class="search-button" type="submit" value="" />

</div>

下面的屏幕截图来自 Chrome。在调整该字段的 CSS 后,我似乎能够在 Chrome 中纠正它,但随后它会以相反的方式在 FF 中中断。

Chrome 屏幕截图

I have 2 inputs... a text field and a submit button. I'm using custom background-images on both via CSS. The images both have the same height of 18px. In Chrome the button gets displayed slightly lower than the text-field. In firefox, it's spot-on.

The CSS I'm using is:

.search-field {background: url('search-field.png') no-repeat transparent!important; width: 117px!important; height: 18px!important; border: none!important; margin-right: -7px!important; }

.search-button {background: url('search-button.png') no-repeat transparent!important; width: 16px!important; height: 18px!important; border: none!important; text-indent: -9999!important; text-transform: capitalize!important;}

The HTML I'm using is:

<div class="search">

    <input class="search-field" type="text" />
    <input class="search-button" type="submit" value="" />

</div>

The screenshot below is from Chrome. I seem to be able to correct it in Chrome after tweaking the CSS for the field, but then it breaks in FF the opposite way.

Chrome Screenshot

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

℡寂寞咖啡 2025-01-13 14:42:51

希望这有帮助..检查小提琴.. http://jsfiddle.net/mvivekc/XNNAW/

hope this helps.. Check the fiddle.. http://jsfiddle.net/mvivekc/XNNAW/

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