这里显示的样式为什么和题目显示效果不一样呢
如图:有两点错误。
1、relative和absolute组合使用,貌似不可以relative和relative组合使用。(我也是刚试的)
2、想要底边重合需设置bottom:0px,你设置的顶边和左边重合。
回答完毕。
要把 bottom设置为0,它是在box3的底部显示
如下:
#box4{ width:99%; bottom:0; position:absolute;}