Home  >  Article  >  Web Front-end  >  css parent div height is 0_html/css_WEB-ITnose

css parent div height is 0_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 11:50:131286browse

When the height of the parent class div in CSS is , it may be that the child class div element uses float and does not add the clear attribute.

.clear {

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

}


Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn