时间:2021-07-01 10:21:17 帮助过:10人阅读
.selguige{ height:20px; margin-left:-1px; font-size: 12px; color: #3e3e3e; max-width: 100px; overflow:hidden; width:expression(this.offsetWidth > 100? "100px": this.offsetWidth + "px" ); _width: expression(this.offsetWidth > 100 ? "100px" : this.offsetWidth + "px"); }
在css里面,overflow:hiedden,也就意味着当长度不够时,自动隐藏显示不了的内容.去掉overflow或加长width^
在css里面,overflow:hiedden,也就意味着当长度不够时,自动隐藏显示不了的内容.去掉overflow或加长width^
width不能再加了!
overflow:hiedden 去掉还是这样!
经过我多次试验呢,你在css中的设置并不能容得下所有字符.所以可以减小font-size大小或增加max-width的长度.