0
4

2 回答 2

1

Did u try this?

.list ul>li{float:left ;list-style:none ; }
.list ul li ul li{float:none!important;list-style:none !important; }

Here is the demo http://jsfiddle.net/vY6RG/4/

于 2012-08-30T10:25:59.203 回答
0

使用>选择器,例如.list ul > li

于 2012-08-30T10:26:15.807 回答