jQuery / CSS:我需要一个插件,可以让我更改
我想在我的页面上使用一个好的旧表单元素。但我不喜欢 它的样式,我怎样才能改变它,有没有快速的方法可以在 CSS 中做到这一点,搜索了很多,没有找到一个好的答案,或者我需要一个 jQuery 插件(哪一个?)?
谢谢, 雅各布
I want to use a good old form element on my page. But I don't like the
styling of it, how can I change it, is there quick way to do this in CSS, searched a lot, did'nt find a good answer, or do I need a jQuery plugin (which one?) ?
Thanks,
Jakob
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
我认为您无法设置选择元素的样式。它不能跨浏览器工作。唯一的方法是使用 JS 将其设计为您想要的外观,然后让它在不打开 JS 的情况下优雅地降级。请注意,我还没有尝试使用 js/jquery 来控制选择列表的外观 - 不知道它在下层浏览器中的性能如何。
请参阅此SO帖子和此网站
Jquery 选项
I dont think you can style a select element. it won't work cross-browser. The only way is to use JS to style it how you want it to look and then have it degrade gracefully without JS on. Note i have not tried using js/jquery to controlthe appearance of a select list - have no idea how well it will degrade in downlevel browsers.
See this SO post and this site
Jquery option
这确实不是创建 SO 的问题类型。
即便如此,我还是一个乐于助人的人: http://www.tripwiremagazine .com/2011/06/jquery-forms-plugins.html
This really isn't the type of question SO was created for.
Even so, I'm a helpful type: http://www.tripwiremagazine.com/2011/06/jquery-forms-plugins.html
看看这个:http:// /www.noupe.com/css/form-elements-40-cssjs-styling-and-functionity-techniques.html
Take a look at this: http://www.noupe.com/css/form-elements-40-cssjs-styling-and-functionality-techniques.html
这一切都可以通过 CSS 来完成。
经过快速谷歌搜索后,这里有一个包含大量示例的资源!
http://www.noupe.com /css/form-elements-40-cssjs-styling-and-功能性-techniques.html
It can all be done via CSS.
After a quick google search here is a resource with loads of examples in!
http://www.noupe.com/css/form-elements-40-cssjs-styling-and-functionality-techniques.html
为什么不用CSS??
Why not css ??