CSS: Ignoring divs height when floating

后端 未结 3 883
灰色年华
灰色年华 2021-02-14 04:39

I\'m trying to display some pictures. All of them have the same width but different height. I\'m trying to do something like:

3条回答
  •  忘掉有多难
    2021-02-14 05:10

    Are you able to add some extra markup?

    If yes, you could make 3 columns with floating divs:

    Or just use jQuery to do that for you.

提交回复
热议问题