请问类似于这样的css 如何优化
#ndcx ul li{background:url(2012ndcximg/ndcx_01.jpg) no-repeat center top;height:100px;}
大概有10个li 背景 分别对应图片 ndcx_01.jpg ndcx_02.jpg....
------解决方案--------------------用js吧设置吧。。。
------解决方案--------------------给li加个这个吧 vertical-align:bottom,试试看
------解决方案--------------------楼主,给ul加个 overflow:auto; 试试。
------解决方案--------------------楼主为什么不把背景图片做成一个大图,用position定位每个li的背景。