jQuery / CSS:我需要一个插件,可以让我更改

发布于 2024-12-16 02:49:05 字数 129 浏览 3 评论 0原文

我想在我的页面上使用一个好的旧表单元素。但我不喜欢 它的样式,我怎样才能改变它,有没有快速的方法可以在 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 技术交流群。

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

发布评论

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

评论(5

○闲身 2024-12-23 02:49:05

我认为您无法设置选择元素的样式。它不能跨浏览器工作。唯一的方法是使用 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

奢望 2024-12-23 02:49:05

这确实不是创建 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

最笨的告白 2024-12-23 02:49:05

这一切都可以通过 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

断爱 2024-12-23 02:49:05

为什么不用CSS??

select{
  color: gray; border: 1px solid blue; /*... other styling*/
}

Why not css ??

select{
  color: gray; border: 1px solid blue; /*... other styling*/
}
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文