如何使用CSS和HTML使主要内容div填充屏幕高度

ID:13397 / 打印

如何使用css和html使主要内容div填充屏幕高度

position 属性指定用于元素的定位方法的类型(静态、相对、绝对、固定或粘性)。

在下面给出的示例中,没有以百分比形式指定高度,也不需要 jQuery

.mainbody{      position: absolute;//here we are setting the position of an element as absolute    top: 30px; /* here we are defining Header Height to 30 px */    bottom: 10px; /*here we are defining  Footer Height to 10 px */    width: 100%;// here we are setting the width to 100% }
上一篇: 哪个指令用于检测 SASS 中的错误?
下一篇: 如何在Google AMP中搜索时自动提供丰富的内容建议?

作者:admin @ 24资源网   2024-10-18

本站所有软件、源码、文章均有网友提供,如有侵权联系308410122@qq.com

与本文相关文章

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。