Aligning
  • next to each other, not working
  • 前端 未结 4 891
    眼角桃花
    眼角桃花 2021-01-04 22:01

    I have a problem with aligment of two li elements inside a div because in the next example

    HTML

    4条回答
    •  天命终不由人
      2021-01-04 22:27

      http://jsfiddle.net/Soldier/KhLhR/1/

      .menu-left ul li {
          display:inline-block;
          float:left;
          vertical-align: top;
          width: 50%;
      }
      

    提交回复
    热议问题