MyBB Community Forums

Full Version: My Code İ Need Help :S
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,   i want tab in content i need mybb mycode but i dont understand mybb mycode  . Maybe help me?  This is html page code

<body>

<ul id="countrytabs" class="shadetabs">
<li><a href="#" rel="#default" class="selected">Tab 1</a></li>
<li><a href="external2.htm" rel="countrycontainer">Tab 2</a></li>
<li><a href="external3.htm" rel="countrycontainer">Tab 3</a></li>
<li><a href="external4.htm" rel="#iframe">Tab 4</a></li>
</ul>

<div id="countrydivcontainer" style="border:1px solid gray; width:450px; margin-bottom: 1em; padding: 10px">
<p>This is some default tab content, embedded directly inside this space and not via Ajax. It can be shown when no tabs are automatically selected, or associated with a certain tab, in this case, the first tab.</p>
</div>

<script type="text/javascript">

var countries=new ddajaxtabs("countrytabs", "countrydivcontainer")
countries.setpersist(true)
countries.setselectedClassTarget("links") //"link" or "linkparent"
countries.init()

</script>

</body>
Maybe You are in the wrong forum, For MyCode  Resources and Guide helpfull can be found in that forum:

https://community.mybb.com/forum-117.html