bluewisp16 Posted May 27, 2012 Share Posted May 27, 2012 So I've been working on Cosmolt's lookup Here: http://www.neopets.com/pl_preview.phtml?pet=Cosmolt And was wandering how I make the navigation text yellow? I also would rather not have it be a drop down menu. I've only found one code that gets rid of the whole navigation, but it's not quite what I want. This is the code: #navigation { display: none; } Also, this isn't as important, but there are a few minor things I want to change. I'd like the Cosmolt the Gooseberry Chia part to be a different color than the other text. Also, the bold parts such as Owner and Age to be a different color than the info. i.e. Bluewisp (You!) and 33 days old. Sorry if this is a complicated question. I have other items I'd like to put in, but I'll wait to get these questions answered before I add anymore. Thanks for any input! Quote Link to comment Share on other sites More sharing options...
chiaroscruo Posted May 29, 2012 Share Posted May 29, 2012 If I understand correctly, you want the navigation to be plain links, not dropdown? The hider you have is what you want, then you remake the links on your own using the standard href code. For example, <a*href="NAVLINK1"> <a*href="NAVLINK2"> etc. with spaces instead of asterisks and the actual url of nav instead of NAVLINK. I don't know how to change Cosmolt the Gooseberry Chia, sorry. I think that one is a neopets specific code. As for the bold being a different color, you can try adding B {color:COLOR;} to your stack and see what happens. I haven't tried it so I can't guarantee anything, but hypothetically if the script is recognizing the bold text as being under a < b > tag then it will change them to the color you choose. Did any of that make sense? It's really late where I am. Anyway I hope at least some of it helps! Quote Link to comment Share on other sites More sharing options...
bluewisp16 Posted May 29, 2012 Author Share Posted May 29, 2012 If I understand correctly, you want the navigation to be plain links, not dropdown? The hider you have is what you want, then you remake the links on your own using the standard href code. For example, <a*href="NAVLINK1"> <a*href="NAVLINK2"> etc. with spaces instead of asterisks and the actual url of nav instead of NAVLINK. I don't know how to change Cosmolt the Gooseberry Chia, sorry. I think that one is a neopets specific code. As for the bold being a different color, you can try adding B {color:COLOR;} to your stack and see what happens. I haven't tried it so I can't guarantee anything, but hypothetically if the script is recognizing the bold text as being under a < b > tag then it will change them to the color you choose. Did any of that make sense? It's really late where I am. Anyway I hope at least some of it helps! Thank you so much! Yes, I understand what you're saying and I'll go try it out. Thanks for the help!! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.