Horizontal HTML & CSS navigation

I got a lot of emails last days with questions how to code my PSD website navigation menus, so I decided to make a simple HTML and CSS codes.
Custom made cool looking cross browser compatible website menus. Download HTML & CSS website ready files, or PSD source for customization.

horizontal html css menu




Resolution: 950×50 px
Size: 135 KB
Format: PSD
Color theme: purple, pink, gray, white, blue, yellow, green
Keywords: simple css menu, horizontal css menu, html menu styles, professional menus for your site
Author: PSD Graphics

How to add it to your page:
1. Copy “navigation” DIV and paste in the body of your HTML page.
2. Copy CSS lines from style.css and paste in the CSS file of your page.
3. Move images to your /images folder.

Download HTML & CSS files:

css navigation

Green stars CSS navigation
Purple CSS navigation
Orange halftone CSS navigation
Blue waves CSS navigation
Rainbow colors CSS navigation
Gray grunge CSS navigation
Yellow abstract CSS navigation
Blue abstract CSS navigation

Share and Enjoy:
  • Digg
  • del.icio.us
  • StumbleUpon
  • Technorati
  • Twitter
August 7th, 2009 , Posted in HTML & CSS

7 Responses to “Horizontal HTML & CSS navigation”

  1. San says:

    Very professional work..

  2. Fanatic says:

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

  3. dog boy says:

    Great menus, any way to center them?

  4. @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;
    }

  5. leena says:

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

  6. Kevin says:

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

  7. admin says:

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

Leave a Reply