nbsp;HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> css把超出的部分显示为省略号的方法兼容火狐_脚本之家_www.jb51.net <BR>* { margin: 0; padding: 0; } <BR>a { text-decoration: none; color: #000; } <BR>a:hover { text-decoration: none; color: #000; } <BR>ul { <BR>width: 300px; <BR>margin: 40px auto; <BR>padding: 12px 4px 12px 24px; <BR>border: 1px solid #D4D4D4; <BR>background: #F1F1F1; <BR>} <BR>li { margin: 12px 0; } <BR>li a { <BR>display: block; <BR>width: 80px; <BR>overflow: hidden;/*注意不要写在最后了*/ <BR>white-space: nowrap; <BR>-o-text-overflow: ellipsis; <BR>text-overflow: ellipsis; <BR>} <BR>/* firefox only */ <BR>li:not(p) { <BR>clear: both; <BR>} <BR>li:not(p) a { <BR>max-width: 170px; <BR>float: left; <BR>} <BR>li:not(p):after { <BR>content: "..."; <BR>float: left; <BR>width: 25px; <BR>padding-left: 5px; <BR>color: #000; <BR>} <BR> suntear的技术空间 suntear的技术空间 suntear的技术空间 suntear的技术空间 suntear的技术空间 suntear的技术空间 suntear的技术空间