How do I keep two divs on the same line?

后端 未结 5 1935
梦谈多话
梦谈多话 2021-01-07 16:37

I\'ve been working on a dropdown menu similar to suckerfish. I\'ve got the dropdown side working now, but I have some images I\'m trying to put on either side of the links.

5条回答
  •  遥遥无期
    2021-01-07 17:19

    This method also works great for adjusting two divs to the same line for website builders like shopify, weebly, where you can't adjust the CSS files very easily. Just wanted to drop this particular answer in for other people searching for website builder solutions too.

    display:inline;
    float:left;
    

    All credit goes to J D who originally discovered the solution above.

提交回复
热议问题