天天看点

六 . css系列之列表、背景、表格属性

1.list-style-type:修饰列表前面符号的类型

2.list-style-image:用图像作为列表项前面的符号

3.list-style-position:设置列表符号位置

4.list-style:值1 值2 值3

1.background-color:设置背景色,

2.background-image:设置背景图像,

3.background-repeat:设置背景平铺方式,

4.background-position::设置背景图位置,

5.background-attachment:设置背景依附方式,

6.background:值1 值2 值3…

(三)表格属性

1.caption-side:设置表格标题的位置,

2.border-spacing:设置单元格的间距,

3.border-collapse:设置单元格边框是否合并,

4.empty-cells:对空单元格的处理方式,

5.table-layout:设置内容和边框的关系,

6.如果要给表格加边框需要<code>table,td{border:1px solid}</code>