mbskys
 

<div id="parent">
   <div id="content"> </div>
</div>


当Content内容多时,即使parent设置了高度100%或auto,在不同浏览器下还是不能完好的自动伸展。 解决方案


当Content内容多时,即使parent设置了高度100%或auto,在不同浏览器下还是不能完好的自动伸展。 解决方案


<div id="parent">
  <div id="content"></div>
  <div style="font: 0px/0px sans-serif;clear: both;display: block"> </div><!--here-->
</div>


在层的最下方产生一个高度为1的空格,可解除这个问题


http://blog.csdn.net/lovinglgz/archive/2005/12/28/563997.aspx

分类:

技术点:

相关文章:

  • 2021-12-11
  • 2021-09-22
  • 2022-12-23
  • 2021-05-21
  • 2022-12-23
  • 2021-11-18
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案