gpt4 book ai didi

css - 如何制作 float :left go all the way left regardless of the height of the previous elements?

转载 作者:太空宇宙 更新时间:2023-11-04 07:38:38 26 4
gpt4 key购买 nike

CSS float left issue

我想图片是不言自明的。这是处理 float 元素时的常见问题。谁有让 C 一直向左走的绝招?

重要提示:

  • 每个元素的高度由其内容决定。
  • clear:left 不是一个选项,因为响应式设计会将布局转换为单列布局。
  • 出于同样的原因,display:table 也不是一个选项

最佳答案

在那种情况下,最好使用 display: inline-block; 而不是 float:left; 内联 block 的行为既像 block 又像内联,因此行高将等于行中的“最高”字,在这种情况下它将是最高的 block 。

关于css - 如何制作 float :left go all the way left regardless of the height of the previous elements?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48722793/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com