输入banner图图片脚本导航/分类

css父div高度为0_html/css_WEB-ITnose

当css 中父类div 高度为为时,可能是子类div 元素用了float,没有加clear属性。

.clear {

  1. clear: both;
  2. font-size: 0;
  3. line-height: 0;
  4. height: 0;
  5. visibility: visible;

}