解决ie7 firefox在 ul li 的差异方法
<style type="text/css">
ul{list-style:none; padding:0; margin:0; margin-left:50px;}
ul li{background:url(../image/li_point.gif) no-repeat left center; font-size:12px; text-indent:16px; line-height:18px; }
</style>
<style type="text/css">
ul{list-style:none; padding:0; margin:0; margin-left:50px;}
ul li{background:url(../image/li_point.gif) no-repeat left center; font-size:12px; text-indent:16px; line-height:18px; }
</style>