Home >Web Front-end >HTML Tutorial >CSS adjustment DIV minimum height problem_html/css_WEB-ITnose

CSS adjustment DIV minimum height problem_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 12:27:201079browse

//JS代码部分: var isShowFlag = 1;//是否显示function isShowDet(){if(isShowFlag == 0){document.getElementById("queryDeatilDIV").style.display='';isShowFlag = 1;}else{document.getElementById("queryDeatilDIV").style.display='none';isShowFlag = 0;}}  //  body部分:	36ccace0f4b4ce1165cc759dd6656290		72e063010a77eae542446cd452b62c9b 	 16b28748ea4df4d9c2150843fecfba68	4b66b974430cfd687763c892bc835610 	f053237c845b7b92c8cca761f0824a75065276f04003e4622c4fe6b64f465b88	16b28748ea4df4d9c2150843fecfba68假如div里有内容,即有元素,那么div默认有一个最小高度,这个是浏览器默认文字(应该是)高度,如果div没有设置属性font-size:10px;那么该div最小的高度则是浏览器默认文本高度,反之,则是以font-size为准。
   
   
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