常用样式:
list-style:none; 去li小点
clear:both; 清除样式
.snice li {
float:left; 左浮动
margin-bottom: 9px; 边界
padding-left: 20px; 填充
font-size: 13px; 字体大小
width:100px; 指定宽度
text-overflow: ellipsis; 设置或检索是否使用一个省略标记(...)标示对象内文本的溢出。
overflow: hidden; 不显示超过对象尺寸的内容
white-space: nowrap; 强制在同一行内显示所有文本
line-height:20px;  指定行高
/*文字放不下,整个字符串换行*/
style="word-break:keep-all">
/*文字加下划线*/
 text-decoration: underline;
/*在新窗口中打开*/
target="_blank"

background: url( [url]http://p_w_picpaths.mnnbaa.com/p_w_picpaths/icon/reha_li.gif[/url]) no-repeat 5px 8px; 背景
}
 
demo:
 1、指定宽度,内容显示放不下用(...)
.demo{
width:100px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
line-height:20px;
}
 
text-decoration:none   无装饰线
.content_list{
margin-left:0px;
margin-top:5px;
border:1px solid #DFAF60;
height: 100%;
}
 
ie7的bug:
height: 100%;
ie6:height:25px;

div 一行多例,可以用,div嵌div

html注释: 
CSS的注释; 在标签内 :/**/
Css的不兼容浏览器iytc注释: 在标签内:
javascript : 标签内:多行/**/   单条//

div与table 的区别 :
file:///D:/00%20Java、XML、JavaScript、css/css/www.cainiao8.com/web/xhtml/xhtmlarticle-09-divandtable.html