时间:2021-07-01 10:21:17 帮助过:16人阅读
ol, ul { list-style: none; margin:0; padding:0;}li { display: list-item;}ul.selectionblock li { font-family:"微软雅黑", "Microsoft Yahei", 'Segoe UI', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; font-weight: 400; font-size: 9pt; min-width: 50px; min-height: 25px; height: 25px; background-color: #9CC4E4; border: 1px transparent solid; color: #353535; margin:0; border-raduis: 0; display: block; margin:0; float:left; text-align: center; vertical-align: middle; cursor: pointer; padding: 4px 10px; position: relative; *font-size:13px; *height:auto!important; *vertical-align:bottom; overflow:hidden;}ul.selectionblock li.selected { background-color:#F26C4F; color:white; height:29px; top:-2px;}
首先,你的代码貌似有点乱。
不知道你是想要什么效果呢,是说IE7那白色的边框和高度问题吗?
如果是,请删除下面代码:
border: 1px transparent solid; //border设了透明也占着位置
*height:auto!important; //这句IE7识别,所以后面设置的height:29px;无效。
如果不是,那就再说明一下吧。