jquery+css实现下拉列表功能
废话不多说了,直接给大家贴代码了,具体代码如下所述:
fruit .hide{ display:none; } div{ float:left; width:100%; } .selector-containter{ margin-bottom:10px; } .selector{ width:200px; background:#FFF; border:1pxsolid#DDD; } .selector-hint{ width:178px; border:1pxsolid#DDD; } .selector-expand{ width:8px; border:1pxsolid#DDD; } .selector-collapse{ width:8px; border:1pxsolid#DDD; } selectfruit