Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以,我有一个固定的组合框witdh和一个background图像来制作自定义箭头。
witdh
background
我想限制显示的字符数,以免与background图像重叠。
检查正在发生的事情和我想要做什么的这个例子。
@Edit我对此进行了测试,据我所知,在IE中没有发生此问题。我不知道这是否只是因为我使用的是谷歌浏览器。
将以下行添加到您的 select {} 定义中:
text-overflow: ellipsis; overflow: hidden; width: 100px; margin-right: 20px; padding-right: 20px;
http://jsfiddle.net/zagzH/316/