两栏文章内容 Joomla

发布于 2024-09-02 08:53:59 字数 217 浏览 6 评论 0原文

如何使某些文章当我点击“阅读更多”时该段落不显示 到底部但到右侧...

这是插图屏幕截图:

http: //www.oymo.com/upload/uploads/column-artikel.jpg

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:

http://www.oymo.com/upload/uploads/collumn-artikel.jpg

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

双马尾 2024-09-09 08:53:59

你不能做正确的列 - 即。当文本从一列的底部流动时,它会移动到下一列的顶部,而不使用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文