Extra nav bar at top of index?

Wing

Well-known member
Licensed customer
Hello,

as shown here: http://www.optiksgaming.com/boards/

I would like to create a simplistic, yet similar (to the theme) nav bar above the shoutbox for all my misc. links (the header would be too cluttered if I included everything up there).

Any ideas?
 
Does this work for you?

http://letspwn.com/store/index.php?...d90177b1be8196a8e51&redirect=/store/index.php

Code:
<li><div class="Popup">
     <a rel="Menu">Links</a>
          <div class="Menu">
               <span class="arrowWidget"></span>
                    <ul class="secondaryContent blockLinksList">
                         <li><a href="http://google.com">Link 1</a></li>
                         <li><a href="http://google.com">Link 2</a></li>
                         <li><a href="http://google.com">Link 3</a></li>
                         <li><a href="http://google.com">Link 4</a></li>
                         <li><a href="http://google.com">Link 5</a></li>
                         <li><a href="http://google.com">Link 6</a></li>
                    </ul>
          </div>
</div></li>
 
I believe that will work great. Is there anyway to make the "Links" text a different color... say Gold so it will stand out, and grab the users attention to actually check out the drop down?
 
Back
Top Bottom