MyBB Community Forums

Full Version: How can I make my Topnav / Toplinks bar like this?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I really like the way this theme has theres: http://perkforum.com

Example: [Image: Example_zps3a3269fc.png]

Here's my Header Template:

<script type="text/javascript">
jQuery.noConflict();
jQuery(document).ready(function() {
    jQuery("#content").fadeIn(2000);
});
</script>
<div id="container">
        <a name="top" id="top"></a>
        <div id="header">
            <div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>
            <div class="menu">
                <ul>
                    <li><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['imgdir']}/toplinks/help.gif" alt="" title="" />Home</a></li>
                    <li><a href="{$mybb->settings['bburl']}/search.php"><img src="{$theme['imgdir']}/toplinks/search.gif" alt="" title="" />{$lang->toplinks_search}</a></li>
                    <li><a href="{$mybb->settings['bburl']}/memberlist.php"><img src="{$theme['imgdir']}/toplinks/memberlist.gif" alt="" title="" />{$lang->toplinks_memberlist}</a></li>
<li><a href="{$mybb->settings['bburl']}/misc.php?action=help"><img src="{$theme['imgdir']}/toplinks/help.gif" alt="" title="" />{$lang->toplinks_help}</a></li>
                    <li><a href="{$mybb->settings['bburl']}/mysubscriptions.php"><img src="{$theme['imgdir']}/toplinks/help.gif" alt="" title="" />Upgrade</a></li>
                    <li><a href="{$mybb->settings['bburl']}/donate.php"><img src="{$theme['imgdir']}/toplinks/help.gif" alt="" title="" />Donate</a></li>
                    <li><a href="{$mybb->settings['bburl']}/myawards.php"><img src="{$theme['imgdir']}/toplinks/help.gif" alt="" title="" />Awards</a></li>
                </ul>
            </div>
            <hr class="hidden" />
            <div id="panel">
                {$welcomeblock}
            </div>
        </div>
        <hr class="hidden" />
        <br class="clear" />
        <div id="content" style="display:none;">
            {$pm_notice}
            {$bannedwarning}
            {$bbclosedwarning}
            {$unreadreports}
            {$pending_joinrequests}
            <navigation>
            <br />

Let me know if theres anything else I need to add in like, the global.css