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

use the > selector, e.g. .list ul > li

于 2012-08-30T10:26:15.807 に答える