Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何让流体 div 仅根据 css 中的内容改变它的高度,还是我必须在 PHP 中做?
原因是因为我正在为 Drupal 制作主题,并且主题的每一页内容都会发生变化。
例如,中间的内容 div 没有设置高度,但是根据 Drupal 后端指定的文章或页面长度,内容 div 会相应变化。
阿马尔
如果非流体 div 中有流体内容 div,则必须在流体 div 之后添加 clear 两个 div,因此非流体 div 与内部流体 div 具有相同的高度
<div style="clear:both"></div>