你最喜欢的HTML / CSS是什么<< select>"替换对象? [英] Whats your favorite HTML/CSS "<select>" replacement object?

查看:70
本文介绍了你最喜欢的HTML / CSS是什么<< select>"替换对象?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



  

寻找一个像jQueryUI控件的对象(CSS / Javascript),可以使用它来代替标准的HTML版本; < select rows =10>
< option value =1> Number One< / option>
< option value =2>第二个< / option>
< / select>

有些人自己写了我见过的,但是必须有一些标准的开源项目,已经是这样,或者可能没有...?

解决方案

有时客户需要一些图形增强版本的<选择> 。我相信最好的解决方案是使用一个风格绝对定位的无序列表(至少它是语义数据),其功能与子菜单类似,只需一个简单的悬停脚本。


Looking for a object (CSS/Javascript) like jQueryUI controls that can be used instead of the standard HTML version;

<select rows="10">
<option value="1">Number One</option>
<option value="2">Number Two</option>
</select>

Some people write their own I have seen, but there must be some standard open source projects out there that already as this, or maybe there are not...?

解决方案

Sometime clients demand some graphically enhanced version of a <select>. I believe the "best" solution is to use an styled absolutely-positioned unordered list (at least it is semantic data) that functions in a similar way a sub-menu would, with a simple hover script.

这篇关于你最喜欢的HTML / CSS是什么&lt;&lt; select&gt;&quot;替换对象?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆