Quote:
Originally Posted by Mecho
Any v4 version of this mod ?
couldnt find anything
|
Search above, Search for, tabs, 4.x Mods, Title Only
Search above, Search for, search, 4.x Mods, Title Only
There are a few options that could be useful.
If you want just the tabs above the navbar, I can give you that.
Add the following to the top of your
header template' edit with your info.
Code:
<!-- tabs -->
<br />
<div id="headertabs">
<ul>
<li><a href="forumdisplay.php?f=8"><b>Classifieds</b></a></li>
<li><a href="profile.php?do=invitation"><b>Invite</b></a></li>
<li><a href="group.php?do=grouplist"><b>Groups</b></a></li>
<li><a href="articles.php"><b>Bookie</b></a></li>
<li><a href="arcade.php"><b>Arcade</b></a></li>
<li><a href="forum.php"><b>Forum</b></a></li>
<li><a href="index.php"><b>Home</b></a></li>
</ul>
</div>
<br />
<!-- /tabs -->
================================================== ==
Add the following to your
additional.css template, edit it to match your style.
Code:
#headertabs ul {
list-style: none;
background:#333333;
padding: 0;
margin: 0;
margin-right: 25px;
}
#headertabs li {
float: right;
background:#333333;
border: 1px solid;
border-bottom-width: 0;
margin: 0 0 0 5px;
}
#headertabs a {
display: block;
padding: 0 1em;
}
#headertabs #selected {
position: relative;
top: 1px;
background: white;
}