How do you make a navigation bar on Myspace?

How Do You Make The NEW MySpace Navigation Bar Black ?

  • What's The Code ? Thanks (: BTW. I Have MySpace 2.0 If That Matters .

  • Answer:

    Place it under CSS; .X {nav bar background color without gradient} div#gbltopnav { filter: none; background: none; background-color: black; } .X {hide nav bar seperators} div#gbltopnav li a, div#gbltopnav ul#gblrightNav li a { border: none; } .X {nav bar border} div#gbltopnav { border-width: 1px; border-style: solid; border-color: black; } .X {nav bar submenu border} div#gbltopnav ul.gblsubMenu { border-width: 0px 1px 1px 1px; border-style: solid; border-color: white; } *You can erase the color it has on the code and replace it with a color that you want. To make it work on IE if it doesn't, try this; .ie #gbltopnav {filter: none;}

-$$CeeCe... at Yahoo! Answers Visit the source

Was this solution helpful to you?

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.