解决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>
本文介绍了一种解决IE7与Firefox浏览器在显示UL LI元素时样式差异的方法,通过CSS设置解决了不同浏览器间的一致性问题。
86

被折叠的 条评论
为什么被折叠?



