Changing the Colours in the New Nav? |
Changing the Colours in the New Nav? |
Jun 25 2008, 02:20 PM
Post
#1
|
|
![]() All that you see or seem, is but a dream within a dream ![]() ![]() ![]() ![]() Group: Member Posts: 196 Joined: Mar 2005 Member No: 115,956 |
Okay, before anyone says it..I saw the code for removing the nav. And thank you, that's very helpful. :)
However, I was wondering how one can 'edit' the nav? If that's possible? Can the colours be changed to get rid of the blue and white, like before? Cause I don't like removing it in my layouts, it's such a pain if users want to go to those pages..without links easily accessable. When I edit it, all I can get is a transparent silvery looking background, white text, and blue and white hovering animations. Thanks so much. :) |
|
|
|
![]() |
Jun 25 2008, 05:28 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 |
a little something i've been working on:
CODE <style type="text/css"> /* changes the advertisement background */ div div td { } /* gets rid of the gradient image above the navigation links */ div div table div { background:none!important; } /* changes the myspace logo */ .mslogo { } /* changes the "user shortcuts" menu */ div div table div div select { } /* changes the options in the "user shortcuts" menu */ div div table div div select option { } /* changes the search bar */ .srchTextfld { } /* changes the first link "people" */ .loc2 a { } /* changes the links in the "people" menu */ .srchfield div div div div ul li a { } /* changes the search submit button */ .srchButton div input { } /* gets rid of the spacers between the navigation links */ .rail { display:none; } /* changes the navigation links */ div div table div ul li a { } /* hovering over the navigation links */ div div table div ul li a:hover { } /* changes the two "divider" links in the drop down menus (top blogs & mobile) */ .divider a { } /* hovering over the "divider" links */ .divider a:hover { } /* changes the last link in the drop down menus */ .last a { } /* hovering over the last link */ .last a:hover { } </style> i'm still trying to get rid of the gradient image behind the navigation links, but to no avail. when you're customizing these, it's best (though not according to web standards) to use "!important" after each value, because myspace is going to great extents to making customizing impossible. |
|
|
|
Crimson_Sky Changing the Colours in the New Nav? Jun 25 2008, 02:20 PM
manny-the-dino hmm...
check this script out: http://www.createbl... Jun 25 2008, 02:22 PM
Crimson_Sky Hmmm..I tried that. It helped a bit, I can change ... Jun 25 2008, 02:34 PM![]() ![]() |