尝试向右浮动一个ul和一个ul并将它们保持在div的底部,但没有成功
答案 0 :(得分:0)
将容器浮动到另一个容器内的方法没有错,该容器位于绝对底部。
你只是有一些语法错误加上持有浮动div的容器没有宽度。
height = 100px;
^ should be height:100px;
backgroundcolor: blue;
^ should be background-color;
#menubar{
position: absolute;
bottom: 0;
width: 100%;
^ needed a width because positioned absolute.
}
答案 1 :(得分:0)
哪个div?请尝试删除position: absolute
的{{1}}。另外,更改#menubar
或backgroundcolor
background-color