热搜:NVER node 开发 php

如何让ul的宽度为ul下的li的宽度之和_html/css_WEB-ITnose

2024-11-10 22:55:01
如何让ul的宽度为ul下的li的宽度之和_html/css_WEB-ITnose

HTML:
 


                

                        
  • 首页

  •                     
  • 图片延时加载

  •                     
  • 分页

  •                     
  • 分享到

  •                     
  • 地址插件

  •                     
  • 商品样板

  •                     
                    

            

css
#header { width: 1200px; height: 60px; margin: 0 auto; }
    #header ul.navbar { height: 60px; border-left: 1px solid #ccc;border-right: 1px solid #fff; }
        #header ul.navbar li { float: left; }
            #header ul.navbar li a { padding: 0 20px; height: 60px; border-right: 1px solid #ccc; border-left: 1px solid #fff; display: inline-block; line-height: 60px; font-size: 14px; color: #333; }


回复讨论(解决方案)

ul{float:left;}

ul{float:left;}