<div class=" container " >
<div style="position:absolute;bottom:0;">
......
</div>
</div>
这样写不知道为什么,有滚动条的页面,滚动起来这一块的内容也跟着滚动...
我是想要位于页面底部,只有滚动条滚动到底部才能看得见,不知道怎么写css
或者不知道是哪里出错了
<div style="position: fixed; bottom:0;"></div>
绝对定位:
参考链接: http://jingyan.baidu.com/article/4d58d541d54e879dd4e9c033.html
你说的效果不需要任何特别的定位啊,把你的position删掉,把div那段代码放在html文档的最后面就可以了。(div置于body结束标签前)