我为 Joomla 3 开发了模板。当内容小于显示器的高度时,我想在底部粘贴页脚。这是示例http://bmsc.tfei.info/en/library-en 当内容较少时,页脚会向上跳。如果内容较少,我想将其保留在底部。是否可以在不使用 jQuery 的情况下在 css 中进行操作?如果是的话,你能在我的css中向我展示我应该做出改变的例子或方向吗?提前致谢。
问问题
2400 次
1 回答
2
You may refer this post-
http://www.cssstickyfooter.com/using-sticky-footer-code.html
You need to keep #header and #mainbody inside #wrap and apply the CSS accordingly.
Hope this may help.
于 2013-06-06T11:35:36.253 回答