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+.
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.