您的当前位置:首页正文

CSSDIV嵌套于各层底部_html/css

2020-11-27 来源:二三四教育网

网上找了很多例子,不不可行,之后在csdn帖子中找到了,记录一下。

一定要在三层div中设置

style="position:relative;"

效果图:

CSS:

div{border:1px solid black;}#content{height:100%;}#left{width:20%;height:100%;float:left;position:relative;}#right{width:78%;height:100%;float:right;position:relative;}#bottom{width:100%;position:absolute;bottom:0;}

HTML:

 图片 底部 右边	图片	底部	 
显示全文