Moving Menus

Discussion in 'HTML & Website Design' started by MelogKnaj, Aug 13, 2008.

  1. #1
    Hi this is in reference to the wordpress theme here. I want to have the "Home" and "About" menu items directly over the background image but can't figure out how to do it. Any help would be great, will rep+.
     
    If someone posts a solution, use the "Best Answer" link in their post to pick it as the best answer.
    MelogKnaj, Aug 13, 2008 IP
  2. Stefan

    Stefan Well-Known Member

    Messages:
    787
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    110
    #2
    In your, what I'll assume is your header.php file take your
    
    <div id="foxmenucontainer">
         <div id="foxmenu">
              <ul>
    	       <li class="page_item current_page_item"><a href="http://basicforex.info">Home</a></li>
    	       <li class="page_item page-item-2"><a href="http://basicforex.info/about" title="About">About</a></li>
    	  </ul>
         </div>		
    </div>
    
    Code (markup):
    and put it in your
    <div id="top">
    </div>
    Code (markup):
    You will have to edit some of the CSS styles in the menu to get it exactly how you want it. To achieve the effect I think you want, you'll need to remove the "background" attribute from the navigation CSS.
     
    Stefan, Aug 13, 2008 Set Best Answer IP