- Posts: 2
- Thank you received: 0
tabs in tabscontainer
-
paul5
Active member - Topic Author
- New Member
Less
More
-
paul5
Active member - Topic Author
- New Member
Less
More
- Posts: 2
- Thank you received: 0
2 days 16 hours ago #51747
by paul5
Replied by paul5 on topic tabs in tabscontainer
Forgot to add - JOOMLA 5.2.3
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6766
- Thank you received: 719
2 days 56 minutes ago #51748
by milos
Replied by milos on topic tabs in tabscontainer
Hello,
There should be a module "Tabs Container" in the position "left" with this HTML content:
Then you can add the modules for tabs 1, 2 and 3 in the module positions "user1", "user2" and "user3".
Regards,
Milos
There should be a module "Tabs Container" in the position "left" with this HTML content:
Code:
<div id="tabs">
<ul>
<li><a href="#tabs-1"><span>Popular News</span><img src="images/icon_thumb.png" alt="popular news" /></a></li>
<li><a href="#tabs-2"><span>Recent News</span><img src="images/icon_clock.png" alt="recent news" /></a></li>
<li><a href="#tabs-3"><span>Comments</span><img src="images/icon_comments.png" alt="comments" /></a></li>
</ul>
<div id="tabs-1">
{loadposition user1}
</div>
<div id="tabs-2">
{loadposition user2}
</div>
<div id="tabs-3">
{loadposition user3}
</div>
</div>
Then you can add the modules for tabs 1, 2 and 3 in the module positions "user1", "user2" and "user3".
Regards,
Milos
The following user(s) said Thank You: paul5
Please Log in to join the conversation.
Time to create page: 0.158 seconds