将提交按钮包装在标签元素中以实现跨浏览器兼容性和样式设置
大家好,我一直在四处寻找,因为我厌倦了样式提交按钮缺乏兼容性。
我只看 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.