The MU forums have moved to WordPress.org

Navigation Bar Gradient Or Glassy Look? (4 posts)

  1. seahawknationblog
    Member
    Posted 14 years ago #

    If someone on here, which is alot of you could give me an idea on how i can get my navigation bars to look 3-d(gradient) or glassy, can you please give me some pointers?
    Thanks in advance from everyone as always!

  2. andrea_r
    Moderator
    Posted 14 years ago #

    That's done by way of a background graphic. Have a look at some themes with that style of navbar (there's a lot) and look at the images used.

    Then you create your own (tons of tutorials at Mr Google) or get someone to do it for you.

  3. seahawknationblog
    Member
    Posted 14 years ago #

    My navigation is all done with CSS not images, how can i change this?

  4. andrea_r
    Moderator
    Posted 14 years ago #

    Um, look at the CSS files. You can use images as background elements via CSS.

    That's exactly how they do it.

    #navbar {
    background {url(images/navbarbg.jpg) repeat-y;}

    For instance, off the top of my head. :)

About this Topic

  • Started 14 years ago by seahawknationblog
  • Latest reply from andrea_r