inherit
133146
0
Nov 16, 2024 15:51:08 GMT -8
Alanna 🥀🖤
3,564
November 2008
alannab
|
Post by Alanna 🥀🖤 on Sept 20, 2013 9:24:33 GMT -8
That is totally fine. I am happy with how your Menu Bar is, not fixed.
I see where you moved the Nav Bar, but my question is what is all the code I need to copy to move the entire Nav Bar and not leave anything behind?
|
|
inherit
\o/ ^o^ /o_ /o\
16464
0
Jul 22, 2024 13:57:10 GMT -8
pawl
29,621
November 2003
pollo
Pink Stars
|
Post by pawl on Sept 20, 2013 9:41:10 GMT -8
My nav bar has been slightly edited, but here's the code that I moved up to the top.
<a id="navigation-skip" href="#content" accesskey="s" class="aria-hidden" title="Skip Navigation">Skip Navigation</a> <a href="#" accesskey="d" title="Open Menu" onclick="proboards.hotkeys.activate(Keys.d); return false;"></a> <div id="navigation-menu" class="ui-helper-clearfix"> <ul role="navigation"> {foreach $[navigation.menu]} <li> <a{if $[navigation.menu.active]} class="state-active"{/if} href="$[navigation.menu.href]"{if $[navigation.menu.accesskey]} accesskey="$[navigation.menu.accesskey]"{/if}> $[navigation.menu.name] {if $[navigation.menu.notification.total]} <div class="tip-holder" onclick="window.location='$[navigation.menu.notification.href]'; return false;"> <div class="tip-number">$[navigation.menu.notification.total]</div> <span class="tip"></span> </div> {/if} </a> </li> {/foreach} </ul> <p id="welcome"> {if !$[current_user.is_member]} Welcome Guest. Please <a href="$[login_link.href]"><span style="color: #488214;">Login</span></a> or <a href="$[register_link.href]"><span style="color: #BE2625;">Register</span></a>. {else} <span>Welcome $[current_user.name].</span> <a href="$[logout_link.href]"><span style="color: #BE2625;">Logout</span></a> {/if} </p> </div>
If you're still not sure, feel free to pot up your Forum Wrapper, and we can show you what to move. =]
|
|
inherit
133146
0
Nov 16, 2024 15:51:08 GMT -8
Alanna 🥀🖤
3,564
November 2008
alannab
|
Post by Alanna 🥀🖤 on Sept 20, 2013 10:56:10 GMT -8
Thanks!
|
|