Css基本样式————列表
一、CSS列表属性允许放置、改变列表标志,或者将图像作为列表项标志
二、属性
list-style简写列表项
list-style-p_w_picpath列表项图像
ulli{list-style-p_w_picpath:url("1.jpg");}
list-style-position列表标志位置
ul.ul1{list-style-position:inside;}ul.ul2{list-style-position:outside;}
list-style-type列表类型
ulli{list-style-type:circle;}ulli{list-style-type:decimal;}
声明:本站所有文章资源内容,如无特殊说明或标注,均为采集网络资源。如若本站内容侵犯了原著者的合法权益,可联系本站删除。