Horizontal HTML & CSS navigation

You are currently browsing comments. If you would like to return to the full story, you can read the full entry here: “Horizontal HTML & CSS navigation”.

No Responses to “Horizontal HTML & CSS navigation”

  1. What a great website, it´s so cool.

    I´m now using this menu on my magento site : http://www.fashionsilver.eu

    I just changed the images to black

    Thank you :)

  2. rams says:

    very created work. Thank u very much for u r help. great menu bars.

  3. imma says:

    Please i need help i put the css and html code, all is ok but the menu is without picture,
    in spite of making the picture in the same file i work with dreamweaver.

  4. admin says:

    To edit HTML or CSS you need HTML editor like Dreamweaver.

  5. Kevin says:

    Still don’t know how to do it :-/
    what programs do i need to do it?
    is adobe photoshop elements okay?

  6. leena says:

    wow, nice work thanks dog boy for the updating the correction

  7. @dog boy says:

    Learn a little CSS. :) text-align: center; should do.

    FIND

    #navigation {
    width: 950px;
    height: 50px;
    margin: 0;
    padding: 0;
    background: url(images/navigation-bg.jpg) no-repeat left top;
    }

    REPLACE WITH


    #navigation {
    width: 950px;
    height: 50px;
    margin: 0;
    padding: 0;
    text-align:center;
    background: url(images/navigation-bg.jpg) no-repeat left top;
    }

  8. dog boy says:

    Great menus, any way to center them?

  9. Fanatic says:

    Awesome great work i love it, thank you so much for your help.

  10. San says:

    Very professional work..

Leave a Reply