HTML:
<div id='container'></div>
CSS:
#container { border: 1px solid red; position: absolute; top: 0px; right: 0px; width: 300px; margin-bottom: 50px; // this line isn't working }
如果元素没有顶部属性,margin-bottom将只对绝对定位的元素执行任何操作。