解释一下(ajax)

来源:百度知道 编辑:UC知道 时间:2024/05/30 07:58:56
<!-- grid format -->
<style>
.active-controls-grid {font: menu;}

.active-column-0 {width: 200px;}
.active-column-1 {width: 0px; background-color: #D2DAEC;}
.active-column-2 {width: 0px;text-align: right;}
.active-column-3 {width: 0px;text-align: right;}
.active-column-4 {width: 0px}
.active-column-5 {width: 0px;text-align: right;}
.active-column-6 {width: 0px;}
.active-column-7 {width: 0px;}
/*
.active-grid-column {border-right: 1px solid threedshadow;}
.active-grid-row {border-bottom: 1px solid threedlightshadow;}
*/
.active-grid-row,
.active-grid-row .active-list-item,
.active-scroll-left .active-list-item {
height: 34px;
font-size:20px;
font-family:新宋体;
}

.active-row-cell {line-height: 34px;word-break: break-all;}
.active-box-item
{
height: 34px;
font-size:20px;

<div style="width:100px;height:20px;text-overflow:ellipsis; white-space:nowrap; overflow:hidden; ">a b c d e f g h i j k l , msa sd sd sa w df f </div>
使用这么语句就可以达到省略效果,看看是不是你想要的效果!!!

overflow:hidden; text-overflow:ellipsis;
重要的一点是浏览器支持不支持,IE7支持!