<style type="text/css">
.select { width:80px; height:24px; background:none; border:none; }
#sleHid { display:block; width:56px; overflow:hidden; }
#sleBG { width:78px; height:24px; border:#61AC36 1px solid; border-right:none; background:url(arrow.gif) #fff no-repeat 62px 1px; display:block;}
</style>
<div>
<form>
<span id="sleBG">
<span id="sleHid">
<select name="type" class="select">
<option selected="selected">所有分类</option>
<option value="1">图书</option>
<option value="2">音像hhhhhhhhhhhhhhhhhhhhhhhhhhh</option>
</select>
</span>
</span>
</form>
</div>