li设置float后ul无法包裹li问题解决

解决办法:灰常简单,只需给ul添加样式

ul{

 overflow: auto;

}

即可

posted @ 2015-07-09 17:56  简单就好zyx  阅读(253)  评论(0)    收藏  举报