两栏文章内容 Joomla
How to make some of article when I click readmore the paragraph not show
to the bottom but to the right side...
Here's the illustration screenshot:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你不能做正确的列 - 即。当文本从一列的底部流动时,它会移动到下一列的顶部,而不使用 CSS3(未得到广泛支持)。您可能可以使用一些 mootools 或 jquery 作为替代方案。
但是,如果您只想在一个 div 中显示介绍文本,在另一个 div 中显示主要文本(例如 http://www.kodaklens.co.uk/mobile/)然后您需要通过创建所需的“静态”布局来修改模板/templates/templatename/html/com_content/article/default.php然后将不同的文章片段加载到每个容器中,但这对文本流没有帮助。
You can't do proper columns - ie. when the text flows from the bottom of one column it moves to the top of the next, without use of CSS3 (which isn't widely supported). You could probably do something with a bit of mootools or jquery as an alternative.
However, if you just want to show the intro text in one div and the main text in another (something like http://www.kodaklens.co.uk/mobile/) then you need to modify your template /templates/templatename/html/com_content/article/default.php, by creating your required 'static' layout and then loading the different article pieces into each container, but this won't help with text flow.