以下页面上的年轻女士的形象:http: //secretgenius.co.uk/document/document_index.html
如果右侧的内容较长,则需要移动到页面底部。您可以在上面的 URL 中看到她漂浮在页脚行上方,但我希望她始终出现在页脚行上,无论右侧有多少内容。我正在为这个站点使用 960.gs 网格。
谢谢你的帮助。
以下页面上的年轻女士的形象:http: //secretgenius.co.uk/document/document_index.html
如果右侧的内容较长,则需要移动到页面底部。您可以在上面的 URL 中看到她漂浮在页脚行上方,但我希望她始终出现在页脚行上,无论右侧有多少内容。我正在为这个站点使用 960.gs 网格。
谢谢你的帮助。
position:relative
在图像父容器和position:absolute; bottom:0; left:0
图像上使用
vertical-align: bottom
在img
标签上添加
截屏:
#mainFooter{ background: url(../images/footerbg.png) repeat-x left bottom; bottom:0px; width: 100%; position:fixed; }
#footer { position: relative; margin: 0 auto; padding:10px 0; }
尝试这些设置以及是否有任何先前的 CSS 设置。mainFooter:用于img & footer:用于img下面的文字