去除无序列表前的小圆点的方法
1、HTML:
<ul>
<li>小黑点</li>
<li>小黑点</li>
<li>小黑点</li>
<li>小黑点</li>
<li>小黑点</li>
</ul>
2、style:
li{ list-style:none;}
baidu{baidu nimei a .jiu zheme dian neirong ,wangshan ni mei a!! }
1、给自己看的
/*a{text-decoration:none; display:block;}
a:hover{color:#F00; text-decoration:underline;}
.pic{background:url(pic_icon.gif) no-repeat left center}
.vid{background:url(video_icon.gif) no-repeat left center}
a{ line-height:35px; text-indent:1.5em; }
li{ list-style:none;}*/
=================================================
/*爱宠知识
body{width:400px; height:500px; margin:20px;}
.q{ background:url(circle.gif) no-repeat left center; width:400px;}
h4{ border-bottom:#090 solid 3px; line-height:30px; text-indent:1.5em;}
a{ line-height:30px; text-decoration:none; font-size:12px;}
a:hover{ text-decoration:underline; color:red;}
li{ list-style:none; text-indent:1em; border-bottom:#090 dashed 1px;}
.z{ background:url(tb.gif) no-repeat left center;}
ul{width:350px; height:500px;}*/