输入banner图图片脚本导航/分类

css截取字符串,实现标题过长用代替_html/css_WEB-ITnose

list .ad_title {

float : left ;

overflow : hidden ;

text-overflow : ellipsis ;

white-space : nowrap ;

width : 220px ;

}


效果如图: