寻找自定义选择框的独立脚本
我一整天都在寻找一个自定义脚本,该脚本将使用图像向下箭头来设计我的选择框。没什么太花哨的!那里的所有东西都结合了其他功能,弄乱了我现有形式的其余部分。
有人有一个脚本只专注于同一页面/表单上不同宽度的自定义选择框吗?只是选择框!没有单选按钮,文本区域等......只是选择框。
谢谢。
I've been looking all day for a custom script that will stylize my select box with an image down arrow. Nothing too fancy! Everything out there has a combination of other features that messes up the rest of my existing form.
Does anyone have a script that focuses only on custom Selectboxes at different widths on the same page/form? JUST SELECTBOXES! No radio buttons, textareas, etc.... Just Select boxes.
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在 ryanfait.com 脚本的选择框中回答了您的其他问题,希望能够解决问题,但看到您也发布了这个问题。
一些选项
看起来像一个简单的 jQuery 插件: http://www.brainfault.com/2007/07/23/select-box-replacement/
复杂的CSS,但似乎有效:http://gerrendesign.com/weblog/2009/06/how_to_make_custom_select_boxe.php
关于如何从头开始构建自定义表单元素的好文章,不过我猜你只需要一个脚本,这将是稍后检查的内容: http://mondaybynoon.com/2009/02/23/creating-custom-form-elements-using-jquery-selects/
希望您的选择框问题快结束了。
I answered your other question on the select boxes for ryanfait.com script hopefully that does the trick but saw that you posted this as well.
some options
Seems like a simple jQuery plugin: http://www.brainfault.com/2007/07/23/select-box-replacement/
Complex css, but seems to work: http://gerrendesign.com/weblog/2009/06/how_to_make_custom_select_boxe.php
Good Article on how to build custom form elements from the ground up, tho I am guessing you just need a script this would be something to check out later: http://mondaybynoon.com/2009/02/23/creating-custom-form-elements-using-jquery-selects/
Hope your select boxes troubles are almost over.