html结构:
<ul> <li>1</li> <li>2</li> <li>3</li></ul>
css:
li{ border-bottom:1px solid #ddd; }
需求:不使用css3中的选择器,兼容ie8。
倚天杖
相关分类