移动 Web 表单 - 可以使用 CSS 和 iPhone 为 Android 和 iPhone 自定义单选按钮的样式吗? HTML?
我的问题相当简单,但是,旁注:我还想确保任何自定义功能对于其他手机来说都很容易降级。
可以使用 CSS 和 CSS 为 Android 和 iPhone 自定义单选按钮的样式吗? HTML?
谢谢, s
My question is fairly straight-forward, however, side note: I also would like to make sure that any customizations degrade easily for other phones.
Can radio buttons be custom styled for Android and iPhone with CSS & HTML?
Thanks,
s
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果没有一些 Javascript,我什至不会打扰,检查浏览器是否是 webkit,然后从那里进行自定义可能最符合您的利益,您也可以尝试查看 jQueryMobile,他们正在使用各种表单控件做一些非常酷的事情: http://jquerymobile.com/demos/1.0a4 .1/#docs/forms/forms-radiobuttons.html
I wouldn't even bother without some Javascript, it's probably in your best interest to check if the browser is webkit and then customize from there, you can also try looking at jQueryMobile, they are doing some very cool things with all sorts of form controls: http://jquerymobile.com/demos/1.0a4.1/#docs/forms/forms-radiobuttons.html