• Hello all
    I am very new to WP, and know anything about CSS, PHP. I want to put menu on the top of my website under my website name. Please give me some advice of how to do that. will it remain at the same plase if I change styles.
    Thanks in advance, Sun

Viewing 13 replies - 1 through 13 (of 13 total)
  • http://www.tamba2.org.uk/wordpress
    You can move it left, and it will stay there unless you change it yourself.

    Do a google search for “horizontal list items wordpress”
    There are a few guides on there
    I am currently working on a dynamic implementation of one of them using the admin panel to manage the menu items

    Thread Starter sun

    (@sun)

    I think I didn’t make my questions clear. Basically I want to have my menu like this http://photomatt.net/ with a gallery, arcive and about include in the menu. Please suggest. My website is http://www.umasa.net
    Thanks

    Sun: I understood that is what you were asking and the google search I told you of will lead you in the right direction.

    You’ve made it clear and others have responded with appropriate answers. Matt, like most others, uses an unordered list and displays it inline – much like what is done in the admin section. Just check out the source of the page and its associated css

    Thread Starter sun

    (@sun)

    thanks all. I am searching through google now. Sun

    The first hit for that google search will give you a good tutorial- Others will show you how more advanced ways

    You can also check out the #adminmenu section of wp-admin.css

    Thread Starter sun

    (@sun)

    I have changed both index.php and wp-layout.css by following http://codex.wordpress.org/Creating_Horizontal_Menus
    Now I have menu lists on my website, but not horizontal menu. I don’t know where are the mistakes. Please help.
    my new index.php and wp-layout after added more CSS
    and my index.php
    —————————————–
    </head>
    <body>
    <div id=”rap”>
    <h1 id=”header”>“><?php bloginfo(‘name’); ?></h1>
    <div id=”hnav”>

    </div>
    my wp-layout.css
    ——————————————————-
    #wp-calendar th {
    font-style: normal;
    text-transform: capitalize;
    }
    #hnav {
    background: transparent;
    align: center;
    float: left;
    margin: -25px 0 0 2px;
    padding: 0;
    width: 100%;
    }
    #hnav a {
    background: transparent;
    color: black;
    float: center;
    line-height: 24px;
    margin-right: 1px;
    padding: 0 12px;
    text-decoration: none;
    }
    #hnav a:hover {
    background: black;
    color: white;
    }
    #hnav li {
    display: inline;
    list-style-type: none;
    color: black;
    align: center;
    }
    #hnav ul {
    margin: 0;
    padding: 0;
    }

    Thread Starter sun

    (@sun)

    i have done it by following the instructions at http://css.maxdesign.com.au/listutorial/horizontal_master.htm
    now it time to figure out how to change the content according to menu.

    I had on old menu and I just made some css similar to the stuff on the admin control panel thing. If you want to check it go to http://basketball2k.com

    Thread Starter sun

    (@sun)

    Now I have about menu which point to about.php in my blog diorectory,but when I click it, it takes me to new window. How to display content under menu.
    Thanks

    It is not simple for. May be it is the time to move on. Thanks for all advices here.

Viewing 13 replies - 1 through 13 (of 13 total)

The topic ‘Menu on the top’ is closed to new replies.