How do I keep two divs on the same line?

后端 未结 5 1931
梦谈多话
梦谈多话 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:28

    For me, this worked much better, as it didn't eliminate spacing between floated items:

    display:inline-block;
    

    In case that helps anyone else.

提交回复
热议问题