MyBB Community Forums

Full Version: Jquery Dropdown Menu (Navigation)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
<center> is deprecated, use text-align: center; on a wrapping element instead. Anyways this question is old.
btw does anyone know how to make the sub-navs larger cause i had a word called Real Hardstyle Radio and i only see Real, dont known what to change in the global.css file Toungue
I added it to my header panel, works great. I re-styled the css a lot to fit my theme Wink

But I need help with one matter:

The new dropdown menu gets his own line, and i want it to be on the same line as "new posts", "today's posts" and the other search links.

Here is a screenshot (with & without hover):

[attachment=31093]

But I want the dropdown menu "Anime & Manga" to be displayed right next to "View my threads", like this:

[attachment=31094]

My header_welcomeback_member template for that part is this:

    <td width="63">
    <a href="{$mybb->settings['bburl']}/member.php?action=profile&uid={$mybb->user['uid']}"><img src="{$mybb->user['avatar']}" style="border:1px solid #ADCBE7;" width="56" height="56" alt=""></td>
  
<td valing="top""> <span class="smalltext">{$lang->welcome_back}{$lang->welcome_pms_usage} <a href="{$mybb->settings['bburl']}/private.php">{$lang->welcome_pms}</a></span><br />

<span class="smalltext"><a href="{$mybb->settings['bburl']}/usercp.php">{$lang->welcome_usercp}</a>{$modcplink}{$admincplink} &mdash; <a href="{$mybb->settings['bburl']}/member.php?action=logout&amp;logoutkey={$mybb->user['logoutkey']}">{$lang->welcome_logout}</a></span><br />

<span class="smalltext"><a href="{$mybb->settings['bburl']}/search.php?action=getdaily">{$lang->welcome_todaysposts}</a> <!-- UNREADPOSTS_LINK --> | <a href="search.php?action=finduserthreads&uid={$mybb->user['uid']}">View My Threads</a> | 

<ul id="menu">
  <li><a href="/Forum-Gates-of-justice">Anime & Manga</a>
        <ul>
            <li><a href="http://www.marineford.com/Forum-One-Piece">One Piece</a></li>
            <li><a href="http://www.marineford.com/Forum-Soul-Society" class="selected">Bleach</a></li>
        </ul>
        <div class="clear"></div>
    </li>
 </ul>

</span>
</td>

Can anyone help me with the positioning? Thanks Wink
(2014-07-12, 10:01 AM)rajeevrrs Wrote: [ -> ]Hello im new to mybb and i have made new website www.rhforums.com please tell me how to add menu bar

um... by following this guide?
Can anyone setup a preview for me im at work and dont have time to install and would like to see it before i do install it
Pages: 1 2