将提交按钮包装在标签元素中以实现跨浏览器兼容性和样式设置

发布于 2024-10-10 16:41:53 字数 329 浏览 1 评论 0原文

大家好,我一直在四处寻找,因为我厌倦了样式提交按钮缺乏兼容性。

我只看 Facebook 本身的来源。

他们做了这样的事情:

<label class="uiButton uiButtonLarge Post">
<input type="submit" value="Post" />
</label>

他们将标签的 css 显示设置为 inline-block,然后设置填充等。

这是最好的方法吗?

或者还有更好的方法吗?

谢谢!

Hi all I have been looking around as I am fed up with the lack of compatibility for styling submit buttons.

I was looking at no other than facebook themselves source.

They do something like this:

<label class="uiButton uiButtonLarge Post">
<input type="submit" value="Post" />
</label>

They set the css display for the label as an inline-block and then set padding etc..

Is this the best way to do it?

Or is there an even better way?

Thanks!

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

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

发布评论

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

评论(1

旧人哭 2024-10-17 16:41:53

http://www.tripwiremagazine.com/2010/03 /35-essential-submit-button-enhancements.html

这个教程应该没问题,当然它们与 FB 不一样,但是有纯 css 的跨浏览器样式。希望有帮助。

http://www.tripwiremagazine.com/2010/03/35-essential-submit-button-enhancements.html

This tutorials should be fine, sure they're not identical with FB but there are crossbrowser stylings to pure css. Hope that helps.

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