Log In · Register

 
Changing the Colours in the New Nav?
CrimsonSkyGraphi...
post 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. :)
 
 
Start new topic
Replies (1 - 3)
manny-the-dino
post Jun 25 2008, 02:22 PM
Post #2


Senior Member
*******

Group: Administrator
Posts: 8,629
Joined: Jan 2007
Member No: 498,468



hmm...

check this script out: http://www.createblog.com/scripts/script.php?id=1471
 
CrimsonSkyGraphi...
post Jun 25 2008, 02:34 PM
Post #3


All that you see or seem, is but a dream within a dream
****

Group: Member
Posts: 196
Joined: Mar 2005
Member No: 115,956



Hmmm..I tried that. It helped a bit, I can change the background colour of the whole box now. Still, though, I can't get the links to change from white text and when you hover over the ones that have a drop down menu, it's still white and blue. =\
 
fixtatik
post Jun 25 2008, 05:28 PM
Post #4


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.
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: