li float left

<style>
.tags {
  width:100%;
  overflow: hidden;  
}
.tags li{
  float:left;
  white-space: nowrap;
  display: block;
}
</style>
<div class="box first tags">
  <h3 class="ir ir-tags">TAGS</h3> 
    <ul>        
       <li>js</li>  
       <li>css</li>  
       <li>解决方法</li>  
       <li>作品</li>
    </ul>  
</div>	


猜你喜欢

转载自wentao365.iteye.com/blog/1695466