Change the MySpace navigation bar color
If you want to change the color of your MySpace navigation bar, here's how to do it.
1 - Log into MySpace, go to your profile and select the "Edit Profile" link.
2 - In the About Me section, paste in the following code:
3 - Change the #000000 to be the HEX color of your choice.
4 - You can hit "Preview" to see how it looks. Once you are happy with your changes, click on "Save All Changes" and your changes will take effect.
1 - Log into MySpace, go to your profile and select the "Edit Profile" link.
2 - In the About Me section, paste in the following code:
<style>
table.navigationBar td {
background-color: #000000;
background: #000000;
}
</style>
3 - Change the #000000 to be the HEX color of your choice.
4 - You can hit "Preview" to see how it looks. Once you are happy with your changes, click on "Save All Changes" and your changes will take effect.
| Rating: | 33% positive, 9 total Votes |
| Categories: | myspace customization css |
| Added: | on Jan 09, 2008 at 1:38 pm |
| Added By: | an anonymous user |

