如何使用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% }
以上就是如何使用CSS和HTML使主要内容div填充屏幕高度的详细内容,更多请关注双恒网络其它相关文章!
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。