在Joomla布局中更改列宽

时间:2015-01-11 13:36:31

标签: html css templates iframe joomla

我目前正在包含其他网站的iframe,但无法更改设计,以便我可以完全适应iframe。

http://pacbetting.com/dropping-odds

iframe的代码是

<p><iframe src="http://www.oddshelp.com/f_dropping.php" width="693" height="809" frameborder="0"></iframe></p>

无论我选择什么样的宽度和高度,卷轴仍然重叠,并且无法看到框架的右侧部分。我认为这是由于我网站的中间栏不够宽。我使用protostar但不知道如何修改模板,因为一个部分不会改变。

1 个答案:

答案 0 :(得分:0)

一种解决方案是将滚动添加到水平轴。试试这个:

<iframe src="http://www.oddshelp.com/f_dropping.php" height="809" frameborder="0" overflow="scroll" scrolling="auto" ></iframe>