一、列表编号(ul中设置)
List-style-type:none;------不显示编号
List-style-type:decimal;------数字编号
List-style-type:circle;------空心圆
List-style-type:disc;------实心圆
List-style-type:square;-----方块
List-style-type:url(图像位置);-----图片符号(同时也可以用背景图像实现,background:url(图像位置) no-repeat;)
注意:
<ul>
<li><ahref=””>标题</li>
</ul>
1、 设置a:hover的背景色,需要把a:hover的属性覆盖到li中,即在a样式中加入