繁体   English   中英

Joomla页脚未随着嵌入向下移动

[英]Joomla footer not moving down with embeds

我正在这个网站上工作-joomla上的www.Scottishcrucible.org.uk,但是没有太多的编程经验,所以会很感激简单的答案!

当我在此页面上嵌入类似内容时,我似乎无法使页脚向下移动-http: //www.scottishcrucible.org.uk/crucible-forum/forum-posters.html-我也无法弄清为什么它涵盖了我的头衔。 我的工作制作了模板,但现在拒绝帮助tweek的工作,因此我试图将其解决不大!

我不确定要粘贴的CSS的哪一部分-模板是RT龙门帮助!

问题是您网站上的iframe设置为使用position:absolute样式。

此样式显示在http://www.scottishcrucible.org.uk/templates/rt_gantry/css/custom.csshttp://www.scottishcrucible.org.uk/templates/rt_gantry/css/style1.css中

如果您不确定更新主要样式将如何影响您的网站,则始终可以在iframe上使用内联样式覆盖(位置:静态)。

<iframe frameborder="1" style="position:static;width:100%; height:400px;" src="http://docs.google.com/gview?url=http://www.scottishcrucible.org.uk/images/documents/Forumposters/Bennett.pdf&amp;embedded=true">
                            </iframe>

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM