CSS 属性:
bottom:

结果:
Play with different bottom values for this yellow DIV element.
CSS 代码:
div#myBox {
background-color:yellow;
width:100px;
position:relative;
bottom:50px;
}
单击上面的属性值可查看结果
W3Schools.cn - 测试工具